PdfDocument.OutlineItem(PdfSelection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the outline item that represents the section where a selection resides.
[Foundation.Export("outlineItemForSelection:")]
public virtual PdfKit.PdfOutline OutlineItem (PdfKit.PdfSelection selection);
abstract member OutlineItem : PdfKit.PdfSelection -> PdfKit.PdfOutline
override this.OutlineItem : PdfKit.PdfSelection -> PdfKit.PdfOutline
Parameters
- selection
- PdfSelection
The selection for which to return the containing outline item.
Returns
- Attributes