IPXC_PageText::LineInfo Property

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

Latest revision as of 06:49, 25 October 2016


Property LineInfo of interface IPXC_PageText returns Value of PXC_TextLineInfo containing the text line information.

Syntax

HRESULT get_LineInfo([in]           ULONG              nLineIndex,
                     [out, retval]  PXC_TextLineInfo*  stInfo);

Parameters

nLineIndex
[in] Value of ULONG containing the index of the line.

See Also

IPXC_PageText