IXC_CreationDisposition Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IXC_CreationDisposition Enumeration}}
 
{{#customTitle:IXC_CreationDisposition Enumeration}}
{{#parentPage:PXV:IXC|IXC_CreationDisposition Enumeration|enum}}
+
{{#parentPage:PXV:IXC_Enumerations|IXC_CreationDisposition|enum}}
{{ToReview}}
+
  
 
Specifies how the destination file should be created..
 
Specifies how the destination file should be created..
Line 16: Line 16:
 
== 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 ==
 +
[[PXV:IIXC_Image_Save|IIXC_Image::Save]]

Latest revision as of 10:33, 23 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

IIXC_Image::Save