SaveMulti property (LEADDlgFile Control)
Builder Syntax |
L_UINT SaveMulti |
Delphi Syntax |
SaveMulti: L_UINT |
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_OPERATION_OVERWRITE |
[1] Overwrite the file. |
MULTIPAGE_OPERATION_APPEND |
[2] Append page to the end of the file. |
MULTIPAGE_OPERATION_REPLACE |
[3] Replace page. |
MULTIPAGE_OPERATION_INSERT |
[4] Insert page. |
See Also