IPXC_PageText::Char Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_PageText::Char Property}}
 
{{#customTitle:IPXC_PageText::Char Property}}
{{#parentPage:PXV:IPXC_PageText#Properties|Char Property|property}}
+
{{#parentPage:PXV:IPXC_PageText#Properties|Char|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Char''' 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 ==
<pre class="brush:cpp;gutter:false">HRESULT get_Char([in]          ULONG  nIndex,
+
<pre class="brush:cpp;gutter:false">HRESULT get_Char([in]          ULONG  nCharIndex,
                 [out, retval]  WORD*  pChar);
+
                 [out, retval]  WORD*  nChar);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;nIndex
+
;nCharIndex
:[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]]

Latest revision as of 04:53, 18 July 2017


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

Syntax

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

Parameters

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

See Also

IPXC_PageText