IXC_MosaicType Enumeration

From PDF XChange PDF SDK
Revision as of 05:44, 30 April 2015 by Oliynykd (Talk | contribs)

Jump to: navigation, search


Specifies the type of filtering.

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

PXV:IIXC_Page::FilterMosaic