Gets and sets the type of file to save when setting the SaveFile method.
Read-write property
Visual Basic |
---|
Public Property SaveFileType As enumSaveFileType |
An enumSaveFileType value which represents the type of file to save when setting the SaveFile method.
When the SaveFileType property is set to FT_DEFAULT, the image file type is determined by the file extension specified in the SaveFileName property. If the SaveFileName property contains an extension that is not supported by or unrecognized by ImagXpress, then an error is returned in the ImagError property.
The SaveFileType constants are numerically the same as the IFormat property, however the sub file types are not included.