IPXC_PageText::Char Property

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

Revision as of 02:51, 13 May 2016


Property nChar of interface IPXC_PageText returns Value of WORD containing the character obtained by index.

Syntax

HRESULT get_Char([in]           ULONG  nIndex,
                 [out, retval]  WORD*  nChar);

Parameters

nIndex
[in] Value of ULONG containing the index of the character that needs to be obtained from the page text.

See Also

IPXC_PageText