PXC_RenderFlags Enumeration

From PDF XChange PDF SDK
Revision as of 07:01, 23 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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 ...