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
ContentOperationBeginTextHandle Class Reference

Starts a new ContentObjectTextHandle section. More...

Inheritance diagram for ContentOperationBeginTextHandle:
ContentOperationHandle ContentInstructionHandle IUnknownHandle
error_type CALLING_CONVENTION ContentOperationBeginText_Create (ContentOperationBeginTextHandle **result)
 Create a new begin text (BT) operation.
 
error_type CALLING_CONVENTION ContentOperationBeginText_ToContentOperation (ContentOperationBeginTextHandle *handle, ContentOperationHandle **result)
 Reinterpret current object as ContentOperationHandle.
 
error_type CALLING_CONVENTION ContentOperationBeginText_FromContentOperation (ContentOperationHandle *handle, ContentOperationBeginTextHandle **result)
 Convert ContentOperationHandle to ContentOperationBeginTextHandle.
 
error_type CALLING_CONVENTION ContentOperationBeginText_Release (ContentOperationBeginTextHandle *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

Starts a new ContentObjectTextHandle section.

Friends And Related Symbol Documentation

◆ ContentOperationBeginText_Release()

error_type CALLING_CONVENTION ContentOperationBeginText_Release ( ContentOperationBeginTextHandle 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: