Accusoft ImagXpress 12
SaveFileName Property
See Also  Example  Send comments on this topic.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : SaveFileName Property

Glossary Item Box

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.
SaveFile example (Visual Basic)Copy Code
ImagXpress1.SaveFileType = FT_DEFAULT
ImagXpress1.SaveFileName = "C:\IMAGES\MYPIC.BMP"
ImagXpress1.SaveFile

See Also

©2013. Accusoft Corporation. All Rights Reserved.