FaxTiff.Image property
Sets or retrieves the Image property for a FaxTiff object. The Image property is a null-terminated string that contains the full path and file name of the file represented by the FaxTiff object. The file is a Tagged Image File Format Class F (TIFF Class F) file.
This property is read/write.
Syntax
Property Image As String
Property value
A String that specifies or receives the fully qualified path and name of the fax image file.
Remarks
A fax client application must set the Image property before retrieving another property for a FaxTiff object.
A fax client application can call the get_Image retrieval method to determine the name of the facsimile image file that is open as a result of a successful call to the put_Image method.
A fax client application can use this retrieval method to determine the name of the facsimile image file that is open as a result of successful assignment of the Image property.
The get_Image method allocates the memory required for the buffer pointed to by the pVal parameter. The client application must call the SysFreeString function to deallocate the resources associated with this parameter. For more information, see Freeing Fax Resources.
Requirements
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
DLL |
|
See also