PXC_RenderFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
(No difference)

Revision as of 07:14, 20 March 2015

Specifies the ...

Syntax

enum PXC_RenderFlags
{
    RF_DisplayLargeImages = 1;
    RF_SmoothLineArts = 2;
    RF_SmoothImages = 4;
    RF_OverrideTextColor = 8;
    RF_OverrideLineArtColor = 16;
    RF_OverrideOnlyBlack = 32;
    RF_OverrideBackgroundColor = 64;
    RF_OverrideLineWidth = 128;
    RF_NoFillBackground = 256;
    RF_EnchanceThinLines = 512;
};

Constants

RF_DisplayLargeImages
The ...
RF_SmoothLineArts
The ...
RF_SmoothImages
The ...
RF_OverrideTextColor
The ...
RF_OverrideLineArtColor
The ...
RF_OverrideOnlyBlack
The ...
RF_OverrideBackgroundColor
The ...
RF_OverrideLineWidth
The ...
RF_NoFillBackground
The ...
RF_EnchanceThinLines
The ...

See Also

See also ...