PXV_PaperType Enumeration

From PDF XChange PDF SDK
Revision as of 22:55, 20 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Specifies the ...

Syntax

enum PXV_PaperType
{
    PaperType_Undefined = -1;
    PaperType_Document = 0;
    PaperType_Standard = 1;
    PaperType_Custom = 2;
    PaperType_BySource = 3;
};

Constants

PaperType_Undefined
The ...
PaperType_Document
The ...
PaperType_Standard
The ...
PaperType_Custom
The ...
PaperType_BySource
The ...

See Also

See also ...