PdfWidget.Hidden Property

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

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

Syntax

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

Property Value

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

Remarks

If widget is hidden than it does not get displayed or printed and user can't interact with this widget.
This property is useful regardless of widget type or whether there is an action associated with this widget (unlike Invisible property).

See Also