IXC_FilterFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 16: Line 16:
 
;Filter_ProcessAlpha
 
;Filter_ProcessAlpha
 
:When specified, the filter will modify the alpha channel.
 
:When specified, the filter will modify the alpha channel.
 
== See Also ==
 

Revision as of 06:10, 23 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.