This documentation is deprecated and will no longer be updated. Please use the official documentation at vanillapdf.readthedocs.io.
Vanilla.PDF  2.3.0
Cross-platform toolkit for creating and modifying PDF documents
List of all members
ContentOperationEndTextHandle Class Reference

Terminates the ContentObjectTextHandle started with ContentOperationBeginTextHandle. More...

Inheritance diagram for ContentOperationEndTextHandle:
ContentOperationHandle ContentInstructionHandle IUnknownHandle
error_type CALLING_CONVENTION ContentOperationEndText_Create (ContentOperationEndTextHandle **result)
 Create a new end text (ET) operation.
 
error_type CALLING_CONVENTION ContentOperationEndText_ToContentOperation (ContentOperationEndTextHandle *handle, ContentOperationHandle **result)
 Reinterpret current object as ContentOperationHandle.
 
error_type CALLING_CONVENTION ContentOperationEndText_FromContentOperation (ContentOperationHandle *handle, ContentOperationEndTextHandle **result)
 Convert ContentOperationHandle to ContentOperationEndTextHandle.
 
error_type CALLING_CONVENTION ContentOperationEndText_Release (ContentOperationEndTextHandle *handle)
 Decrement the internal reference counter.
 

Additional Inherited Members

- Public Member Functions inherited from ContentOperationHandle
error_type CALLING_CONVENTION ContentOperation_GetOperationType (ContentOperationHandle *handle, ContentOperationType *result)
 Get derived type of current object.
 
- Public Member Functions inherited from ContentInstructionHandle
error_type CALLING_CONVENTION ContentInstruction_GetInstructionType (ContentInstructionHandle *handle, ContentInstructionType *result)
 Get derived type of current object.
 
- Public Member Functions inherited from IUnknownHandle
error_type CALLING_CONVENTION IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 

Detailed Description

Terminates the ContentObjectTextHandle started with ContentOperationBeginTextHandle.

Friends And Related Symbol Documentation

◆ ContentOperationEndText_Release()

error_type CALLING_CONVENTION ContentOperationEndText_Release ( ContentOperationEndTextHandle handle)
related

Decrement the internal reference counter.

When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.

See also
IUnknown_Release

The documentation for this class was generated from the following file: