IXC_FormatFlags Enumeration

From PDF XChange PDF SDK
Revision as of 01:41, 27 May 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 IXC_FormatFlags
{
    FMTF_CAN_Decode  = 16,
    FMTF_CAN_Encode  = 32,
    FMTF_Vector      = 256,
    FMTF_Multipage   = 8388608,
    FMTF_InsertPages = 4194304,
    FMTF_MovePages   = 2097152,
    FMTF_DeletePages = 1048576,
};

Constants

FMTF_CAN_Decode
The ...
FMTF_CAN_Encode
The ...
FMTF_Vector
The ...
FMTF_Multipage
The ...
FMTF_InsertPages
The ...
FMTF_MovePages
The ...
FMTF_DeletePages
The ...