Class Layer
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 |