IXC_FilterFlags Enumeration

From PDF XChange PDF SDK
Revision as of 15:28, 18 May 2015 by Socrat (Talk | contribs)

Jump to: navigation, search


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