PXV_PaperType Enumeration

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

Revision as of 07:15, 20 March 2015

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