AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : SaveToBuffer Property |
Visual Basic |
---|
Public Property SaveToBuffer As Boolean |
True to save to memory buffer.
False to save to the location specified by the SaveFileName property.
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.