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

A content stream is a PDF stream object whose data consists of a sequence of instructions describing the graphical elements to be painted on a page. More...

Inheritance diagram for ContentsHandle:
IUnknownHandle
error_type Contents_GetInstructionsSize (ContentsHandle *handle, size_type *result)
 Return size of a collection.
 
error_type Contents_GetInstructionAt (ContentsHandle *handle, size_type at, ContentInstructionHandle **result)
 Get instruction at location at.
 
error_type Contents_Release (ContentsHandle *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

A content stream is a PDF stream object whose data consists of a sequence of instructions describing the graphical elements to be painted on a page.

See also
PageObjectHandle
Examples:
extract.c.

Friends And Related Function Documentation

◆ Contents_Release()

error_type Contents_Release ( ContentsHandle 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
Examples:
extract.c.

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