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

Specifies first and last page number of defined range. More...

Inheritance diagram for PageSubRangeHandle:
IUnknownHandle
error_type PageSubRange_GetFirstPage (PageSubRangeHandle *handle, IntegerObjectHandle **result)
 Get the index of first last page in the sub-range.
 
error_type PageSubRange_GetLastPage (PageSubRangeHandle *handle, IntegerObjectHandle **result)
 Get the index of last last page in the sub-range.
 
error_type PageSubRange_Release (PageSubRangeHandle *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

Specifies first and last page number of defined range.

See also
PageRangeHandle

Friends And Related Function Documentation

◆ PageSubRange_Release()

error_type PageSubRange_Release ( PageSubRangeHandle 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: