Vanilla.PDF  1.5.2
Cross-platform toolkit for creating and modifying PDF documents
List of all members
ContentOperatorHandle Class Reference

An operator is a PDF keyword specifying some action that shall be performed, such as painting a graphical shape on the page. More...

Inheritance diagram for ContentOperatorHandle:
IUnknownHandle
error_type ContentOperator_GetOperatorType (ContentOperatorHandle *handle, ContentOperatorType *result)
 Get derived type of current object.
 
error_type ContentOperator_GetValue (ContentOperatorHandle *handle, BufferHandle **result)
 Get byte representation of content operator.
 
error_type ContentOperator_ToUnknown (ContentOperatorHandle *handle, IUnknownHandle **result)
 Reinterpret current object as IUnknownHandle.
 
error_type ContentOperator_FromUnknown (IUnknownHandle *handle, ContentOperatorHandle **result)
 Convert IUnknownHandle to ContentOperatorHandle.
 
error_type ContentOperator_Release (ContentOperatorHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from IUnknownHandle
error_type IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 

Detailed Description

An operator is a PDF keyword specifying some action that shall be performed, such as painting a graphical shape on the page.

Friends And Related Function Documentation

◆ ContentOperator_Release()

error_type ContentOperator_Release ( ContentOperatorHandle 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: