PdfWidget.NoView Property

Gets or sets a value indicating whether to display widget on screen and allow it to interact with the user.

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

Syntax

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

Property Value

Type: Boolean
true if not to display widget on screen or allow it to interact with the user; otherwise, false.

Remarks

If this property is set to true than widget may be printed (depending on the setting of the Print property) but is considered hidden for purposes of on-screen display and user interaction.

See Also