AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : SaveFileName Property |
Visual Basic |
---|
Public Property SaveFileName As String |
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.
ImagXpress1.SaveFileType = FT_DEFAULT
ImagXpress1.SaveFileName = "C:\IMAGES\MYPIC.BMP"
ImagXpress1.SaveFile