alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved