IXC_FilterFlags Enumeration

From PDF XChange PDF SDK
Revision as of 09:54, 15 May 2015 by Johnv (Talk | contribs)

Jump to: navigation, search


Specifies that the filter will not modify alpha channel.

Syntax

enum IXC_FilterFlags
{
    Filter_ProcessAlpha = 4,
};

Constants

Filter_ProcessAlpha
The filter will then modify alpha channel.

See Also