PXV_ChangeDocPropsFlag Enumeration

From PDF XChange PDF SDK
Revision as of 07:02, 23 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Specifies the ...

Syntax

enum PXV_ChangeDocPropsFlag
{
    CDPF_Title           = 1;
    CDPF_Author          = 2;
    CDPF_Subject         = 4;
    CDPF_Keywords        = 8;
    CDPF_Creator         = 16;
    CDPF_Producer        = 32;
    CDPF_CreatorTool     = 64;
    CDPF_CreationDate    = 128;
    CDPF_ModDate         = 256;
    CDPF_MetaData        = 512;
    CDPF_Custom          = 1024;
    CDPF_Trap            = 2048;
    CDPF_InfoMask        = 4095;
    CDPF_PageLayout      = 4096;
    CDPF_PageMode        = 8192;
    CDPF_NonFullPageMode = 16384;
    CDPF_OpenDestination = 32768;
    CDPF_BaseURL         = 65536;
    CDPF_Language        = 131072;
    CDPF_Direction       = 262144;
    CDPF_ViewFlags       = 524288;
    CDPF_PrintScaling    = 1048576;
    CDPF_Duplex          = 2097152;
    CDPF_PageBySize      = 4194304;
    CDPF_PrintRange      = 8388608;
    CDPF_NumCopies       = 16777216;
    CDPF_Action_WC       = 33554432;
    CDPF_Action_WS       = 67108864;
    CDPF_Action_DS       = 134217728;
    CDPF_Action_WP       = 268435456;
    CDPF_Action_DP       = 536870912;
};

Constants

CDPF_Title
The ...
CDPF_Author
The ...
CDPF_Subject
The ...
CDPF_Keywords
The ...
CDPF_Creator
The ...
CDPF_Producer
The ...
CDPF_CreatorTool
The ...
CDPF_CreationDate
The ...
CDPF_ModDate
The ...
CDPF_MetaData
The ...
CDPF_Custom
The ...
CDPF_Trap
The ...
CDPF_InfoMask
The ...
CDPF_PageLayout
The ...
CDPF_PageMode
The ...
CDPF_NonFullPageMode
The ...
CDPF_OpenDestination
The ...
CDPF_BaseURL
The ...
CDPF_Language
The ...
CDPF_Direction
The ...
CDPF_ViewFlags
The ...
CDPF_PrintScaling
The ...
CDPF_Duplex
The ...
CDPF_PageBySize
The ...
CDPF_PrintRange
The ...
CDPF_NumCopies
The ...
CDPF_Action_WC
The ...
CDPF_Action_WS
The ...
CDPF_Action_DS
The ...
CDPF_Action_WP
The ...
CDPF_Action_DP
The ...

See Also

See also ...