menu

Document Processing

Layer Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    Layer Class

    Refers to sections of content in a PDF document that can be selectively view or hide.

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

    Properties

    IsVisible

    Gets or sets the visibility of the layer

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type
    System.Boolean

    Name

    Gets the name of the layer

    Declaration
    public string Name { get; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved