PdfWidget.ReadOnly Property

Gets or sets a value indicating whether to allow widget to interact with the user.

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

Syntax

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

Property Value

Type: Boolean
true if to allow widget to interact with the user; otherwise, false.

Remarks

The widget may be displayed or printed (depending on the settings of the NoView and Print properties) but will not respond to mouse clicks or change its appearance in response to mouse motions.

See Also