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

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.