IPXV_PageRegion::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:IPXV_PageRegion|IPXV_PageRegion]] 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:IPXV_PageRegion|IPXV_PageRegion]] | [[PXV:IPXV_PageRegion|IPXV_PageRegion]] |
Latest revision as of 04:02, 15 June 2015
Property nFlags of interface IPXV_PageRegion returns/sets Value of ULONG ...
Syntax
HRESULT get_Flags([out, retval] ULONG* nFlags); HRESULT put_Flags([in] ULONG nFlags);