IXC_FormatFlags Enumeration

From PDF XChange PDF SDK
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 ...