IXC_FilterFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
Line 2: Line 2:
 
{{#customTitle:IXC_FilterFlags Enumeration}}
 
{{#customTitle:IXC_FilterFlags Enumeration}}
 
{{#parentPage:PXV:IXC|IXC_FilterFlags Enumeration|enum}}
 
{{#parentPage:PXV:IXC|IXC_FilterFlags Enumeration|enum}}
{{ToReview}}
+
 
  
 
Specifies the filter will modify the alpha channel.
 
Specifies the filter will modify the alpha channel.

Revision as of 12:33, 18 May 2015


Specifies the filter will modify the alpha channel.

Syntax

enum IXC_FilterFlags
{
    Filter_ProcessAlpha = 4,
};

Constants

Filter_ProcessAlpha
When specified, the filter will modify the alpha channel.

See Also