IPXC_PageText::CharFlags Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXC_PageText::CharFlags Property}}
 
{{#customTitle:IPXC_PageText::CharFlags Property}}
 
{{#parentPage:PXV:IPXC_PageText#Properties|CharFlags|property}}
 
{{#parentPage:PXV:IPXC_PageText#Properties|CharFlags|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''CharFlags''' of interface [[PXV:IPXC_PageText|IPXC_PageText]] returns  Value of ULONG ...
+
Property '''CharFlags''' of interface [[PXV:IPXC_PageText|IPXC_PageText]] returns  Value of ULONG containing the [[PXV:PXC_TextCharFlags|character flags]].
  
 
== Syntax ==
 
== Syntax ==
Line 15: Line 14:
 
== Parameters ==
 
== Parameters ==
 
;nCharIndex
 
;nCharIndex
:[in]  Value of ULONG.
+
:[in]  Value of ULONG containing the index of the character.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_PageText|IPXC_PageText]]
 
[[PXV:IPXC_PageText|IPXC_PageText]]

Latest revision as of 06:57, 4 July 2016


Property CharFlags of interface IPXC_PageText returns Value of ULONG containing the character flags.

Syntax

HRESULT get_CharFlags([in]           ULONG   nCharIndex,
                      [out, retval]  ULONG*  nFlags);

Parameters

nCharIndex
[in] Value of ULONG containing the index of the character.

See Also

IPXC_PageText