IXC_FilterFlags Enumeration
From PDF XChange PDF SDK
Line 4: | Line 4: | ||
{{ToReview}} | {{ToReview}} | ||
− | Specifies filter will | + | Specifies the filter will modify the alpha channel. |
== Syntax == | == Syntax == | ||
Line 15: | Line 15: | ||
== Constants == | == Constants == | ||
;Filter_ProcessAlpha | ;Filter_ProcessAlpha | ||
− | : | + | :When specified, the filter will modify the alpha channel. |
== See Also == | == See Also == |
Revision as of 11: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.