IXC_FilterFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 5: | Line 5: | ||
{{ToReview}} | {{ToReview}} | ||
− | Specifies the | + | Specifies the filter will not modify alpha channe. |
== Syntax == | == Syntax == | ||
Line 16: | Line 16: | ||
== Constants == | == Constants == | ||
;Filter_ProcessAlpha | ;Filter_ProcessAlpha | ||
− | : | + | :Then filter will modify alpha channel. |
== See Also == | == See Also == | ||
− | + | :[[PXV:IIXC_Page_FilterMedian|IIXC_Page::FilterMedian]] |
Revision as of 04:21, 30 April 2015
Specifies the filter will not modify alpha channe.
Syntax
enum IXC_FilterFlags { Filter_ProcessAlpha = 4; };
Constants
- Filter_ProcessAlpha
- Then filter will modify alpha channel.