Accusoft ImagXpress 13
SaveToBuffer Property
Description
Gets and sets whether image data should be saved to a file or a memory buffer.
Property Type
Read-write property
Syntax
Visual Basic
Public Property SaveToBuffer As Boolean
Return Type

True to save to memory buffer.

False to save to the location specified by the SaveFileName property.

Remarks

If successful, the SaveBufferHandle property is set to a global handle (HGLOBAL) to the memory buffer. The control does not automatically free this handle. A calling application can issue a GlobalFree on the handle to release the memory. The DeleteSaveBuffer method can also be used to free the memory associated with the handle. Use the SaveFileType property to specify the file type.

See Also

ImagXpress Object  | ImagXpress Members  | SaveBufferHandle Property  | Saving

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback