IXC_CreationDisposition Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the ...
+
Specifies how the destination file should be created..
  
 
== Syntax ==
 
== Syntax ==
Line 17: Line 17:
 
== Constants ==
 
== Constants ==
 
;CreationDisposition_Skip
 
;CreationDisposition_Skip
:The ...
+
:If the destination file exists an error will occur.  
 
;CreationDisposition_Overwrite
 
;CreationDisposition_Overwrite
:The ...
+
:Create the new file overwriting any existing file.
  
 
== See Also ==
 
== See Also ==
See also ...
+
:[[PXV:IIXC_Image_Save|IIXC_Image::Save]]

Revision as of 06:52, 7 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
Create the new file overwriting any existing file.

See Also

IIXC_Image::Save