Get whether the layer shows on user interface or not.

Namespace: Spire.Pdf.Graphics.Layer
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool IsShowOnUI { get; }
Public ReadOnly Property IsShowOnUI As Boolean
	Get
public:
property bool IsShowOnUI {
	bool get ();
}
member IsShowOnUI : bool with get

Property Value

Boolean

See Also