IXC_CreationDisposition Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IXC_CreationDisposition Enumeration}}
 
{{#customTitle:IXC_CreationDisposition Enumeration}}
 
{{#parentPage:PXV:IXC|IXC_CreationDisposition Enumeration|enum}}
 
{{#parentPage:PXV:IXC|IXC_CreationDisposition Enumeration|enum}}
{{ToReview}}
 
  
 
Specifies how the destination file should be created..
 
Specifies how the destination file should be created..
Line 16: Line 15:
 
== Constants ==
 
== Constants ==
 
;CreationDisposition_Skip
 
;CreationDisposition_Skip
:If the destination file exists an error will occur.  
+
:If the destination file exists, an error will occur.  
 
;CreationDisposition_Overwrite
 
;CreationDisposition_Overwrite
:Create the new file overwriting any existing file.
+
:Creates the new file, overwriting any existing file.
  
 
== See Also ==
 
== See Also ==

Revision as of 09:53, 15 May 2015

Specifies how the destination file should be created..

Syntax

enum IXC_CreationDisposition
{
    CreationDisposition_Skip      = 1,
    CreationDisposition_Overwrite = 2,
};

Constants

CreationDisposition_Skip
If the destination file exists, an error will occur.
CreationDisposition_Overwrite
Creates the new file, overwriting any existing file.

See Also