![]() |
Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
An operator is a PDF keyword specifying some action that shall be performed, such as painting a graphical shape on the page. More...
error_type CALLING_CONVENTION | ContentOperator_GetOperatorType (ContentOperatorHandle *handle, ContentOperatorType *result) |
Get derived type of current object. | |
error_type CALLING_CONVENTION | ContentOperator_GetValue (ContentOperatorHandle *handle, BufferHandle **result) |
Get byte representation of content operator. | |
error_type CALLING_CONVENTION | ContentOperator_ToUnknown (ContentOperatorHandle *handle, IUnknownHandle **result) |
Reinterpret current object as IUnknownHandle. | |
error_type CALLING_CONVENTION | ContentOperator_FromUnknown (IUnknownHandle *handle, ContentOperatorHandle **result) |
Convert IUnknownHandle to ContentOperatorHandle. | |
error_type CALLING_CONVENTION | ContentOperator_Release (ContentOperatorHandle *handle) |
Decrement the internal reference counter. | |
Additional Inherited Members | |
![]() | |
error_type CALLING_CONVENTION | IUnknown_AddRef (IUnknownHandle *handle) |
Increment the internal reference counter. | |
![]() | |
error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
Decrement the internal reference counter. | |
An operator is a PDF keyword specifying some action that shall be performed, such as painting a graphical shape on the page.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.