PXV_FileNamesProviderFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 19: Line 19:
 
     FNPF_AskForDestFolder  = 64,
 
     FNPF_AskForDestFolder  = 64,
 
     FNPF_UseSrcFolderAsDest = 128,
 
     FNPF_UseSrcFolderAsDest = 128,
 +
    FNPF_FileExists        = 256,
 
};
 
};
 
</pre>
 
</pre>
Line 38: Line 39:
 
:The ...
 
:The ...
 
;FNPF_UseSrcFolderAsDest
 
;FNPF_UseSrcFolderAsDest
 +
:The ...
 +
;FNPF_FileExists
 
:The ...
 
:The ...

Revision as of 00:58, 9 May 2019


Specifies the ...

Syntax

enum PXV_FileNamesProviderFlags
{
    FNPF_SkipAllOverwrites  = 1,
    FNPF_OverwriteAll       = 2,
    FNPF_SingleFile         = 4,
    FNPF_NoUI               = 8,
    FNPF_NewFileGenerated   = 16,
    FNPF_AllowAutoNumbering = 32,
    FNPF_AskForDestFolder   = 64,
    FNPF_UseSrcFolderAsDest = 128,
    FNPF_FileExists         = 256,
};

Constants

FNPF_SkipAllOverwrites
The ...
FNPF_OverwriteAll
The ...
FNPF_SingleFile
The ...
FNPF_NoUI
The ...
FNPF_NewFileGenerated
The ...
FNPF_AllowAutoNumbering
The ...
FNPF_AskForDestFolder
The ...
FNPF_UseSrcFolderAsDest
The ...
FNPF_FileExists
The ...