IPXC_GetPageTextOptions::Flags Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_GetPageTextOptions::Flags Property}}
 
{{#customTitle:IPXC_GetPageTextOptions::Flags Property}}
{{#parentPage:PXV:IPXC_GetPageTextOptions#Properties|Flags Property|property}}
+
{{#parentPage:PXV:IPXC_GetPageTextOptions#Properties|Flags|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Flags''' of interface [[PXV:IPXC_GetPageTextOptions|IPXC_GetPageTextOptions]] returns/sets  Value of ULONG ...
+
Property '''nFlags''' of interface [[PXV:IPXC_GetPageTextOptions|IPXC_GetPageTextOptions]] returns/sets  Value of ULONG containing the [[PXV:PXC_GetPageTextOptionsFlags|page text options flags]].
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Flags([out, retval]  ULONG*  pFlags);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Flags([out, retval]  ULONG*  nFlags);
HRESULT put_Flags([in]  ULONG  pFlags);
+
HRESULT put_Flags([in]  ULONG  nFlags);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_GetPageTextOptions|IPXC_GetPageTextOptions]]
 
[[PXV:IPXC_GetPageTextOptions|IPXC_GetPageTextOptions]]

Latest revision as of 04:26, 25 October 2016


Property nFlags of interface IPXC_GetPageTextOptions returns/sets Value of ULONG containing the page text options flags.

Syntax

HRESULT get_Flags([out, retval]  ULONG*  nFlags);
HRESULT put_Flags([in]  ULONG  nFlags);

See Also

IPXC_GetPageTextOptions