PdfLayer
IsShowOnUI Property
|
Get whether the layer shows on user interface or not.
Namespace:
Spire.Pdf.Graphics.Layer
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool IsShowOnUI { get; }
Public ReadOnly Property IsShowOnUI As Boolean
Get
public:
property bool IsShowOnUI {
bool get ();
}
member IsShowOnUI : bool with get
Property Value
Type:
Boolean
See Also