PXC_PDFStandard Enumeration

From PDF XChange PDF SDK
Revision as of 08:58, 24 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 PXC_PDFStandard
{
    PDFS_None = 0;
    PDFS_PDFA = 256;
    PDFS_PDFA_Unknown = 256;
    PDFS_PDFA_1a = 257;
    PDFS_PDFA_1b = 258;
    PDFS_PDFA_2a = 259;
    PDFS_PDFA_2b = 260;
    PDFS_PDFA_2u = 261;
    PDFS_PDFA_3a = 262;
    PDFS_PDFA_3b = 263;
    PDFS_PDFA_3u = 264;
};

Constants

PDFS_None
The ...
PDFS_PDFA
The ...
PDFS_PDFA_Unknown
The ...
PDFS_PDFA_1a
The ...
PDFS_PDFA_1b
The ...
PDFS_PDFA_2a
The ...
PDFS_PDFA_2b
The ...
PDFS_PDFA_2u
The ...
PDFS_PDFA_3a
The ...
PDFS_PDFA_3b
The ...
PDFS_PDFA_3u
The ...

See Also

See also ...