IPXC_PageText::BlockInfo Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(7 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_PageText::BlockInfo Property}}
 
{{#customTitle:IPXC_PageText::BlockInfo Property}}
{{#parentPage:PXV:IPXC_PageText|BlockInfo Property|property}}
+
{{#parentPage:PXV:IPXC_PageText#Properties|BlockInfo|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''BlockInfo''' of interface [[PXV:IPXC_PageText|IPXC_PageText]] returns  Pointer to [[PXV:IPXC_TextBlockInfo|IPXC_TextBlockInfo]] ...
+
Property '''BlockInfo''' of interface [[PXV:IPXC_PageText|IPXC_PageText]] returns  Pointer to [[PXV:IPXC_TextBlockInfo|IPXC_TextBlockInfo]] containing the block information by it's index.
  
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT get_BlockInfo([in]          ULONG                nBlockIndex,
 
<pre class="brush:cpp;gutter:false">HRESULT get_BlockInfo([in]          ULONG                nBlockIndex,
                       [out, retval]  IPXC_TextBlockInfo**  ppInfo);
+
                       [out, retval]  IPXC_TextBlockInfo**  pInfo);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;nBlockIndex
 
;nBlockIndex
:[in]  Value of ULONG.
+
:[in]  Value of ULONG containing the index of the block which info should be obtained.
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_PageText|IPXC_PageText]].
+
[[PXV:IPXC_PageText|IPXC_PageText]]

Latest revision as of 02:47, 13 May 2016


Property BlockInfo of interface IPXC_PageText returns Pointer to IPXC_TextBlockInfo containing the block information by it's index.

Syntax

HRESULT get_BlockInfo([in]           ULONG                 nBlockIndex,
                      [out, retval]  IPXC_TextBlockInfo**  pInfo);

Parameters

nBlockIndex
[in] Value of ULONG containing the index of the block which info should be obtained.

See Also

IPXC_PageText