Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
Specifies first and last page number of defined range. More...
error_type CALLING_CONVENTION | PageSubRange_GetFirstPage (PageSubRangeHandle *handle, IntegerObjectHandle **result) |
Get the index of first last page in the sub-range. | |
error_type CALLING_CONVENTION | PageSubRange_GetLastPage (PageSubRangeHandle *handle, IntegerObjectHandle **result) |
Get the index of last last page in the sub-range. | |
error_type CALLING_CONVENTION | PageSubRange_Release (PageSubRangeHandle *handle) |
Decrement the internal reference counter. | |
Additional Inherited Members | |
Public Member Functions inherited from IUnknownHandle | |
error_type CALLING_CONVENTION | IUnknown_AddRef (IUnknownHandle *handle) |
Increment the internal reference counter. | |
Related Symbols inherited from IUnknownHandle | |
error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
Decrement the internal reference counter. | |
Specifies first and last page number of defined range.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.