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 20: Line 20:
 
     FNPF_UseSrcFolderAsDest = 128,
 
     FNPF_UseSrcFolderAsDest = 128,
 
     FNPF_FileExists        = 256,
 
     FNPF_FileExists        = 256,
    FNPF_AllowAppend        = 512,
 
    FNPF_AppendAll          = 1024,
 
 
};
 
};
 
</pre>
 
</pre>
Line 43: Line 41:
 
:The ...
 
:The ...
 
;FNPF_FileExists
 
;FNPF_FileExists
:The ...
 
;FNPF_AllowAppend
 
:The ...
 
;FNPF_AppendAll
 
 
:The ...
 
:The ...

Latest revision as of 04:37, 18 November 2020


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 ...