IPXC_Annotation::Flags Property

From PDF XChange PDF SDK
Revision as of 04:46, 20 February 2017 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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);

See Also

IPXC_Annotation