IXC_MosaicType Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IXC_MosaicType Enumeration}} | {{#customTitle:IXC_MosaicType Enumeration}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:IXC_Enumerations|IXC_MosaicType|enum}} |
Specifies the painting filter type. | Specifies the painting filter type. | ||
Line 21: | Line 21: | ||
== See Also == | == See Also == | ||
− | [[PXV:IIXC_Page_FilterMosaic| | + | [[PXV:IIXC_Page_FilterMosaic|IIXC_Page::FilterMosaic]] |
Latest revision as of 09:33, 23 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.