Available in the LEADTOOLS Imaging toolkit. |
SaveMulti Property (ILEADRasterDlgFile)
FileSaveDlgMultipageConstants SaveMulti; | |
Overview |
Refer to Using Imaging Common Dialogs |
Remarks
Gets or sets a value that indicates how to save a file as a multi-page file. It is set in or retrieved from the Save dialog box. You can save multi-page images in PCX, GIF, FlashPix, and most TIFF file formats (including JTIF, but excluding EXIF). Possible values are:
Value |
Meaning |
MULTIPAGE_OVERWRITE |
[0] Overwrite the file. |
MULTIPAGE_APPEND |
[1] Append page to the end of the file. |
MULTIPAGE_REPLACE |
[2] Replace page. |
MULTIPAGE_INSERT |
[3] Insert page. |
See Also
Elements |