Get whether the layer shows on user interface or not.
Namespace: Spire.Pdf.Graphics.LayerAssembly: 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