IXC_MosaicType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 4: Line 4:
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the type of filtering.
+
Specifies the painting filter type.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 14:13, 15 May 2015


Specifies the painting filter type.

Syntax

enum IXC_MosaicType
{
    MosaicType_Simple  = 0,
    MosaicType_Average = 1,
};

Constants

MosaicType_Simple
Specifies that each block will be painted using its central dot color.
MosaicType_Average
Specifies that each block will be painted using its average calculated color.

See Also