IPXC_Annotation::Flags Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 3: Line 3:
 
{{#customTitle:IPXC_Annotation::Flags Property}}
 
{{#customTitle:IPXC_Annotation::Flags Property}}
 
{{#parentPage:PXV:IPXC_Annotation#Properties|Flags|property}}
 
{{#parentPage:PXV:IPXC_Annotation#Properties|Flags|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 16: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);

See Also

IPXC_Annotation