PXV_ChangeDocPropsFlag Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_ChangeDocPropsFlag Enumeration}}
 
{{#customTitle:PXV_ChangeDocPropsFlag Enumeration}}
 +
{{#parentPage:PXV:PXV_Enumerations|PXV_ChangeDocPropsFlag|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXV_ChangeDocPropsFlag
 
<pre class="brush:cpp;gutter:false">enum PXV_ChangeDocPropsFlag
 
{
 
{
     CDPF_Title = 1;
+
     CDPF_Title           = 1,
     CDPF_Author = 2;
+
     CDPF_Author         = 2,
     CDPF_Subject = 4;
+
     CDPF_Subject         = 4,
     CDPF_Keywords = 8;
+
     CDPF_Keywords       = 8,
     CDPF_Creator = 16;
+
     CDPF_Creator         = 16,
     CDPF_Producer = 32;
+
     CDPF_Producer       = 32,
     CDPF_CreatorTool = 64;
+
     CDPF_CreatorTool     = 64,
     CDPF_CreationDate = 128;
+
     CDPF_CreationDate   = 128,
     CDPF_ModDate = 256;
+
     CDPF_ModDate         = 256,
     CDPF_MetaData = 512;
+
     CDPF_MetaData       = 512,
     CDPF_Custom = 1024;
+
     CDPF_Custom         = 1024,
     CDPF_Trap = 2048;
+
     CDPF_Trap           = 2048,
     CDPF_InfoMask = 4095;
+
     CDPF_InfoMask       = 4095,
     CDPF_PageLayout = 4096;
+
     CDPF_PageLayout     = 4096,
     CDPF_PageMode = 8192;
+
     CDPF_PageMode       = 8192,
     CDPF_NonFullPageMode = 16384;
+
     CDPF_NonFullPageMode = 16384,
     CDPF_OpenDestination = 32768;
+
     CDPF_OpenDestination = 32768,
     CDPF_BaseURL = 65536;
+
     CDPF_BaseURL         = 65536,
     CDPF_Language = 131072;
+
     CDPF_Language       = 131072,
     CDPF_Direction = 262144;
+
     CDPF_Direction       = 262144,
     CDPF_ViewFlags = 524288;
+
     CDPF_ViewFlags       = 524288,
     CDPF_PrintScaling = 1048576;
+
     CDPF_PrintScaling   = 1048576,
     CDPF_Duplex = 2097152;
+
     CDPF_Duplex         = 2097152,
     CDPF_PageBySize = 4194304;
+
     CDPF_PageBySize     = 4194304,
     CDPF_PrintRange = 8388608;
+
     CDPF_PrintRange     = 8388608,
     CDPF_NumCopies = 16777216;
+
     CDPF_NumCopies       = 16777216,
     CDPF_Action_WC = 33554432;
+
     CDPF_Action_WC       = 33554432,
     CDPF_Action_WS = 67108864;
+
     CDPF_Action_WS       = 67108864,
     CDPF_Action_DS = 134217728;
+
     CDPF_Action_DS       = 134217728,
     CDPF_Action_WP = 268435456;
+
     CDPF_Action_WP       = 268435456,
     CDPF_Action_DP = 536870912;
+
     CDPF_Action_DP       = 536870912,
 +
    CDPF_OpenAction      = 1073741824,
 
};
 
};
 
</pre>
 
</pre>
Line 104: Line 109:
 
;CDPF_Action_DP
 
;CDPF_Action_DP
 
:The ...
 
:The ...
 
+
;CDPF_OpenAction
== See Also ==
+
:The ...
See also ...
+

Latest revision as of 00:58, 9 May 2019


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,
    CDPF_OpenAction      = 1073741824,
};

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