TiffMultiPage Property (SaneTiffEncoderSettings)
Gets or sets a value indicating whether multipage TIFF file must be created.
'Declaration
Public Property TiffMultiPage As Boolean
public bool TiffMultiPage { get; set; }
public: __property bool get_TiffMultiPage();
public: __property void set_TiffMultiPage(
bool
);
public:
property bool TiffMultiPage {
bool get();
void set(bool );
}
Property Value
true - multipage TIFF file must be created; false - singlepage TIFF file must be created.
Default value is true.
New file will be created if this property is set to true and TIFF file does not exist.
New image will be added to existing file if this property is set to true and the TIFF file exists.
New file will be created or old file will be replaced if this property is set to false.
Target Platforms: .NET 8, .NET 7; .NET 6