menu

Document Processing

LayerCollection Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    LayerCollection Class

    The class provides methods and properties to handle the collections of Layer

    Inheritance
    System.Object
    LayerCollection
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class LayerCollection : Object

    Properties

    Count

    Gets the number of layers present in the PDF document.

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

    Item[Int32]

    Gets the Layer by its index from LayerCollection

    Declaration
    public Layer this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type
    Layer
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved