IPXC_Annotation::Flags Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 10: | Line 10: | ||
== 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_Annotation|IPXC_Annotation]] | [[PXV:IPXC_Annotation|IPXC_Annotation]] |
Latest revision as of 03:46, 20 February 2017
Represents annotation flags. Value of this property is a combination of values of PXC_AnnotFlag enumeration.
Flags are stored in F key of annotation's dictionary.
Syntax
HRESULT get_Flags([out, retval] ULONG* nFlags); HRESULT put_Flags([in] ULONG nFlags);