IXC_FilterFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
Line 4: Line 4:
 
{{ToReview}}
 
{{ToReview}}
  
Specifies filter will not modify alpha channel.
+
Specifies the filter will modify the alpha channel.
  
 
== Syntax ==
 
== Syntax ==
Line 15: Line 15:
 
== Constants ==
 
== Constants ==
 
;Filter_ProcessAlpha
 
;Filter_ProcessAlpha
:Then filter will modify alpha channel.
+
:When specified, the filter will modify the alpha channel.
  
 
== See Also ==
 
== See Also ==

Revision as of 12:32, 18 May 2015


Specifies the filter will modify the alpha channel.

Syntax

enum IXC_FilterFlags
{
    Filter_ProcessAlpha = 4,
};

Constants

Filter_ProcessAlpha
When specified, the filter will modify the alpha channel.

See Also