PXV_PaperType Enumeration

From PDF XChange PDF SDK
Revision as of 07:15, 20 March 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 ...