PdfWidget.Invisible Property

Gets or sets a value indicating whether this PdfWidget is invisible.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool Invisible { get; set; }
VB
Public Property Invisible As Boolean
	Get
	Set

Property Value

Type: Boolean
true if widget is invisible; otherwise, false.

Remarks

If widget is invisible than it does not get displayed.
This property is useful only if widget does not belong to one of the standard widget types and there is no action associated with this widget.

See Also