IXC_CreationDisposition Enumeration

From PDF XChange PDF SDK
Revision as of 10:33, 23 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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