Accusoft ImagXpress 13
SaveFileName Property
Description
Gets and sets the path and name of the file to save.
Property Type
Read-write property
Syntax
Visual Basic
Public Property SaveFileName As String
Return Type
The path and name of the file to save.
Remarks

If the SaveFileType property is set to FT_DEFAULT, then the image file type is determined by the file extension specified in this property.

If this property contains an extension that is not supported by or unrecognized by ImagXpress, then an error is returned in the ImagError property.

Example
The following Visual Basic example shows one way to save a BMP file.The file type is taken from the extension.
ImagXpress1.SaveFileType = FT_DEFAULT
ImagXpress1.SaveFileName = "C:\IMAGES\MYPIC.BMP"
ImagXpress1.SaveFile
See Also

ImagXpress Object  | ImagXpress Members  | SaveFile Method  | SaveFileType Property  | Saving

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback