IXC_FilterFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
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
:The ...
+
:Then filter will modify alpha channel.
  
 
== See Also ==
 
== See Also ==
See also ...
+
:[[PXV:IIXC_Page_FilterMedian|IIXC_Page::FilterMedian]]

Revision as of 05: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.

See Also

IIXC_Page::FilterMedian