IPXC_ColorSettings::Flags Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Flags''' of interface [[PXV:IPXC_ColorSettings|IPXC_ColorSettings]] returns/sets  Value of ULONG ...
+
Property '''nFlags''' of interface [[PXV:IPXC_ColorSettings|IPXC_ColorSettings]] returns/sets  Value of ULONG ...
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 03:22, 15 June 2015


Property nFlags of interface IPXC_ColorSettings returns/sets Value of ULONG ...

Syntax

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

See Also

IPXC_ColorSettings