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.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 | Description |
---|---|
System.Boolean |
Name
Gets the name of the layer
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |