IPXC_Image::Flags Property

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

Latest revision as of 11:48, 11 January 2016


Property Flags of interface IPXC_Image returns Value of ULONG ...

Syntax

HRESULT get_Flags([out, retval]  ULONG*  nFlags);

See Also

IPXC_Image