IXC_FilterFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
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:IXC|IXC_FilterFlags Enumeration|enum}}
+
{{#parentPage:PXV:IXC_Enumerations|IXC_FilterFlags|enum}}
  
 
+
Specifies additional flags for filter functions. Possible flags are:
Specifies the filter will modify the alpha channel.
+
  
 
== 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.
 
== See Also ==
 

Latest revision as of 10: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.