Gets and sets if a TIFF file should be saved as the next page in an existing file.
Read-write property
Visual Basic |
---|
Public Property SaveMultiPage As Boolean |
A boolean value which is True if a TIFF or PDF file is saved as the next page in an existing file. Otherwise, False should be used and a TIFF or PDF file is not saved as the next page in an existing file.
This property applies only when saving TIFF or PDF files. It is ignored for all other image file formats. If this property is True and the filename specified when calling SaveFile exists, the image appends to the existing file.
Note: When this property is set to True and an FTP or HTTP address location is specified in the SaveFile FileName parameter, a multi-page file will not be created as this property only supports saving to local files.