alexa

    Show / Hide Table of Contents

    Class Layer

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

    Inheritance
    System.Object
    Layer
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class Layer

    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