Class OutlineElement
Represents an outline element which allows the user to navigate from one part of the PDF document to another.
Inheritance
System.Object
OutlineElement
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public class OutlineElement : Object
Properties
Children
Gets the nested children of the outline element.
Declaration
public IReadOnlyList<OutlineElement> Children { get; }
Property Value
Type |
---|
System.Collections.Generic.IReadOnlyList<OutlineElement> |
Title
Gets the title of the outline element.
Declaration
public string Title { get; set; }
Property Value
Type |
---|
System.String |