IPXC_Annotation::Flags Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Annotation::Flags Property}}
 
{{#customTitle:IPXC_Annotation::Flags Property}}
{{#parentPage:PXV:IPXC_Annotation|Flags Property|property}}
+
{{#parentPage:PXV:IPXC_Annotation#Properties|Flags|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Flags''' of interface [[PXV:IPXC_Annotation|IPXC_Annotation]] returns/sets  Value of ULONG ...
+
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 ==
<pre class="brush:cpp;gutter:false">HRESULT get_Flags([out, retval]  ULONG*  Flags);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Flags([out, retval]  ULONG*  nFlags);
HRESULT put_Flags([in]  ULONG  Flags);
+
HRESULT put_Flags([in]  ULONG  nFlags);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Annotation|IPXC_Annotation]].
+
[[PXV:IPXC_Annotation|IPXC_Annotation]]

Latest revision as of 04: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);

See Also

IPXC_Annotation