PXC_DocumentWriteFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_DocumentWriteFlags Enumeration}}
 
{{#customTitle:PXC_DocumentWriteFlags Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_DocumentWriteFlags|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_DocumentWriteFlags
 
<pre class="brush:cpp;gutter:false">enum PXC_DocumentWriteFlags
 
{
 
{
     DocWriteFlag_SwitchToDest = 1;
+
     DocWriteFlag_SwitchToDest         = 1,
     DocWriteFlag_Incremental = 2;
+
     DocWriteFlag_Incremental           = 2,
     DocWriteFlag_NonIncremental = 4;
+
     DocWriteFlag_NonIncremental       = 4,
     DocWriteFlag_UseTempFile = 8;
+
     DocWriteFlag_UseTempFile           = 8,
     DocWriteFlag_DestDIPath = 16;
+
     DocWriteFlag_DestDIPath           = 16,
 +
    DocWriteFlag_SkipDocInfoAndXMP    = 32,
 +
    DocWriteFlag_RemoveUR3Restrictions = 64,
 
};
 
};
 
</pre>
 
</pre>
Line 26: Line 32:
 
;DocWriteFlag_DestDIPath
 
;DocWriteFlag_DestDIPath
 
:The ...
 
:The ...
 
+
;DocWriteFlag_SkipDocInfoAndXMP
== See Also ==
+
:The ...
See also ...
+
;DocWriteFlag_RemoveUR3Restrictions
 +
:The ...

Latest revision as of 09:57, 16 March 2017


Specifies the ...

Syntax

enum PXC_DocumentWriteFlags
{
    DocWriteFlag_SwitchToDest          = 1,
    DocWriteFlag_Incremental           = 2,
    DocWriteFlag_NonIncremental        = 4,
    DocWriteFlag_UseTempFile           = 8,
    DocWriteFlag_DestDIPath            = 16,
    DocWriteFlag_SkipDocInfoAndXMP     = 32,
    DocWriteFlag_RemoveUR3Restrictions = 64,
};

Constants

DocWriteFlag_SwitchToDest
The ...
DocWriteFlag_Incremental
The ...
DocWriteFlag_NonIncremental
The ...
DocWriteFlag_UseTempFile
The ...
DocWriteFlag_DestDIPath
The ...
DocWriteFlag_SkipDocInfoAndXMP
The ...
DocWriteFlag_RemoveUR3Restrictions
The ...