IPXC_GetPageTextOptions::Flags Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | Property '''nFlags''' of interface [[PXV:IPXC_GetPageTextOptions|IPXC_GetPageTextOptions]] returns/sets Value of ULONG ... |
== 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]] | [[PXV:IPXC_GetPageTextOptions|IPXC_GetPageTextOptions]] |
Revision as of 02:28, 15 June 2015
Property nFlags of interface IPXC_GetPageTextOptions returns/sets Value of ULONG ...
Syntax
HRESULT get_Flags([out, retval] ULONG* nFlags); HRESULT put_Flags([in] ULONG nFlags);