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

Glossary Item Box

Description

Gets the handle to the global memory an image is saved to when SaveToBuffer property is set to True.

Property Type

Read-only property

Syntax

Visual Basic
Public Property SaveBufferHandle As Long

Return Type

The handle to the global memory to which an image is saved.

Remarks

If SaveToBuffer is set to True, and a SaveFile is successful, then the SaveBufferHandle property is set to a global handle (HGLOBAL) of 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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.