Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfLoadedPageLabelCollection

    Show / Hide Table of Contents

    Class PdfLoadedPageLabelCollection

    The class provides methods and properties to handle the collections of PdfPageLabel.

    Inheritance
    System.Object
    PdfLoadedPageLabelCollection
    Namespace: Syncfusion.Pdf
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public class PdfLoadedPageLabelCollection : Object, IPdfWrapper

    Constructors

    PdfLoadedPageLabelCollection()

    Declaration
    public PdfLoadedPageLabelCollection()

    Properties

    Count

    Gets the number of PdfPageLabel from collection (Read only).

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    System.Int32

    The count.

    Item[Int32]

    Gets the PdfPageLabel at the specified index (Read only).

    Declaration
    public PdfPageLabel this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    PdfPageLabel

    Methods

    Add(PdfPageLabel)

    Add the PdfPageLabel to the collection

    Declaration
    public void Add(PdfPageLabel pageLabel)
    Parameters
    Type Name Description
    PdfPageLabel pageLabel
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved