IXC_FilterFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IXC_FilterFlags Enumeration}} | {{#customTitle:IXC_FilterFlags Enumeration}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:IXC_Enumerations|IXC_FilterFlags|enum}} |
− | + | Specifies additional flags for filter functions. Possible flags are: | |
− | Specifies | + | |
== Syntax == | == Syntax == | ||
Line 16: | Line 16: | ||
;Filter_ProcessAlpha | ;Filter_ProcessAlpha | ||
:When specified, the filter will modify the alpha channel. | :When specified, the filter will modify the alpha channel. | ||
− | |||
− |
Latest revision as of 09:33, 23 May 2015
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.