Gets and sets if a TIFF, PDF, ICO, MODCA or DCX file should be saved as the next page in an existing file.
Read-write property
Visual Basic |
---|
Public Property SaveMultiPage As Boolean |
True to save the image as the next page of an existing file.
False to save the image as a single page file and overwrite any existing file.
This property applies only when saving TIFF, PDF, ICO, MODCA and DCX files. It is ignored for all other image file formats. Only local files may be saved as multi-page. Multi-page files may not be saved to remote locations (via FTP:// or HTTP://).
-
When True, if the target file exists, the image data is saved as the next page in the existing file. If the target file does not exist, a new file is created.
-
When False, the image is written as a new file. If the target file exists, it is overwritten.
The SaveMultiPage property does not support all TIFF compression types. If the SaveTIFFCompression property is set to 4 LZW, 5 Pack Bits, or 7 Deflate, the image saves as a single page TIFF file.