IXC_FilterFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(12 intermediate revisions by 5 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 | + | Specifies additional flags for filter functions. Possible flags are: |
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">enum IXC_FilterFlags | <pre class="brush:cpp;gutter:false">enum IXC_FilterFlags | ||
{ | { | ||
− | Filter_ProcessAlpha = 4 | + | Filter_ProcessAlpha = 4, |
}; | }; | ||
</pre> | </pre> | ||
Line 16: | Line 15: | ||
== Constants == | == Constants == | ||
;Filter_ProcessAlpha | ;Filter_ProcessAlpha | ||
− | : | + | :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.