AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : SaveBufferHandle64 Property |
Visual Basic |
---|
Public Property SaveBufferHandle64 As __int64 |
This property is intended for 64-bit environments; use this instead of the SaveBufferHandle Property.
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.