CreateNewFile Property (MultipageEncoderBase)
Gets or sets a value indicating whether the new file should be created.
'Declaration
Public Property CreateNewFile As Boolean
public bool CreateNewFile { get; set; }
public: __property bool get_CreateNewFile();
public: __property void set_CreateNewFile(
bool
);
public:
property bool CreateNewFile {
bool get();
void set(bool );
}
Property Value
true - existing file will be deleted, new file will be created; false - image will be added to existing file or new file will be created.
Default value is true.
Image will be saved into new multipage image file (existing file will be overwritten) if value of this property is set to true. Image will be added to an existing multipage image file if value of this property is set to false.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5