IPXC_GetPageTextOptions::Flags Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(8 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_GetPageTextOptions::Flags Property}} | {{#customTitle:IPXC_GetPageTextOptions::Flags Property}} | ||
− | {{#parentPage:PXV:IPXC_GetPageTextOptions|property | + | {{#parentPage:PXV:IPXC_GetPageTextOptions#Properties|Flags|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | 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* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Flags([out, retval] ULONG* nFlags); |
− | HRESULT put_Flags([in] ULONG | + | HRESULT put_Flags([in] ULONG nFlags); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_GetPageTextOptions|IPXC_GetPageTextOptions]] |
Latest revision as of 03: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);