PdfStyledFieldWidget
Visible Property
|
Gets a value indicating the visibility of the field.
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool Visible { get; }
Public ReadOnly Property Visible As Boolean
Get
public:
virtual property bool Visible {
bool get () sealed;
}
abstract Visible : bool with get
override Visible : bool with get
Property Value
Type:
Boolean
See Also