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

Page labels are used for numbering or otherwise identifying individual pages. More...

Inheritance diagram for PageLabelHandle:
IUnknownHandle
error_type PageLabel_Prefix (PageLabelHandle *handle, StringObjectHandle **result)
 The label prefix for page labels in this range.
 
error_type PageLabel_Start (PageLabelHandle *handle, IntegerObjectHandle **result)
 The value of the numeric portion for the first page label in the range.
 
error_type PageLabel_Style (PageLabelHandle *handle, NumberingStyle *result)
 The numbering style that shall be used for the numeric portion of each page label.
 
error_type PageLabel_Release (PageLabelHandle *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

Page labels are used for numbering or otherwise identifying individual pages.

For more information please visit section 12.4.2 - Page Labels.

See also
PageLabelsHandle

Friends And Related Function Documentation

◆ PageLabel_Release()

error_type PageLabel_Release ( PageLabelHandle 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: