Property Hidden
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Hidden
Gets or sets a value indicating whether this PdfWidget is hidden.
public bool Hidden { get; set; }
Property Value
- bool
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