IPXC_Annotation::Flags Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Represents annotation flags. Value of this property is a combination of values of [[PXV:PXC_AnnotFlag|PXC_AnnotFlag]] enumeration. | |
+ | |||
+ | Flags are stored in '''<tt>F</tt>''' key of annotation's dictionary. | ||
== Syntax == | == Syntax == |
Revision as of 15:22, 26 May 2015
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* Flags); HRESULT put_Flags([in] ULONG Flags);