IXC_FilterFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 4: | Line 4: | ||
{{ToReview}} | {{ToReview}} | ||
− | Specifies the filter will not modify alpha | + | Specifies that the filter will not modify alpha channel. |
== Syntax == | == Syntax == | ||
Line 15: | Line 15: | ||
== Constants == | == Constants == | ||
;Filter_ProcessAlpha | ;Filter_ProcessAlpha | ||
− | : | + | :The filter will then modify alpha channel. |
== See Also == | == See Also == |
Revision as of 08:54, 15 May 2015
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.