Table of Contents

Property Invisible

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Invisible

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

public bool Invisible { get; set; }

Property Value

bool

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.