Gets a value indicating the visibility of the field.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
bool Visible { get; }
ReadOnly Property Visible As Boolean
	Get
property bool Visible {
	bool get ();
}
abstract Visible : bool with get

Property Value

Boolean

See Also