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

Collection of PageSubRangeHandle. More...

Inheritance diagram for PageRangeHandle:
IUnknownHandle
error_type CALLING_CONVENTION PageRange_GetSize (PageRangeHandle *handle, size_type *result)
 Get size of the collections. More...
 
error_type CALLING_CONVENTION PageRange_GetSubrange (PageRangeHandle *handle, size_type at, PageSubRangeHandle **result)
 Get sub-range at index at.
 
error_type CALLING_CONVENTION PageRange_Release (PageRangeHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

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

Detailed Description

Collection of PageSubRangeHandle.

See also
ViewerPreferencesHandle

Member Function Documentation

◆ PageRange_GetSize()

error_type CALLING_CONVENTION PageRange_GetSize ( PageRangeHandle handle,
size_type result 
)

Get size of the collections.

///

Friends And Related Function Documentation

◆ PageRange_Release()

error_type CALLING_CONVENTION PageRange_Release ( PageRangeHandle 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: