<< Click to Display Table of Contents >> VpeTextBlockRelease |
[Not supported by the Community Edition]
Destroys a Text Block Object and removes it from memory.
VpeHandle VpeTextBlockRelease(
VpeHandle hTextBlock
)
VpeHandle hTextBlock
handle of the Text Block Object
Remarks:
A Text Block Object remains in memory, until this method is called, or when the parent document is closed. When a VPE document is closed, all Text Block Objects that belong to the document are released. It is always a good idea to call this method, if you are not using a Text Block Object anymore, in order to keep memory usage low.