Description Saves a device independent bitmap to the specified CALS file.
Syntax RetVal = [BITIFF.]SaveCALS FileName Dib Ori1 Ori2 Dialog
Returns RetVal Boolean True on success, otherwise False. If parameter Dialog is TRUE and the user presses the Cancel button when the dialog apears, the method will return FALSE.
Remarks FileName String The destination file name.
Dib LONGLONG Device independent bitmap to save.
Ori1 Integer Orientation-1. Default: 90
Ori2 Integer Orientation-2. Default: 270
Dialog Boolean Display information dialog box before saving the image.
True Enables to displays dialog box.
False Prevents to display dialog box.
See Also LoadCALS Method