API Reference
Class
PdfBookmarkPageRange
Represents an outline/bookmark-derived page range suitable for PDF splitting.
Inheritance
- Object
- PdfBookmarkPageRange
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
Properties
public String Title { get; } #Bookmark text shown by PDF readers.
public Int32 Level { get; } #One-based outline nesting level.
public PdfPageRange PageRange { get; } #Inclusive one-based page range covered by this bookmark.
public PdfOutlineItem Outline { get; } #Original outline item used to create the range.