IXC_CreationDisposition Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IXC_CreationDisposition Enumeration}}
 
{{#customTitle:IXC_CreationDisposition Enumeration}}

Revision as of 08:11, 20 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