IXC_FilterFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
Line 4: Line 4:
  
  
Specifies the filter will modify the alpha channel.
+
Specifies additional flags for filter functions. Possible flags are:
  
 
== Syntax ==
 
== Syntax ==

Revision as of 15:28, 18 May 2015


Specifies additional flags for filter functions. Possible flags are:

Syntax

enum IXC_FilterFlags
{
    Filter_ProcessAlpha = 4,
};

Constants

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

See Also