Property ReadOnly
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
ReadOnly
Gets or sets a value indicating whether to allow widget to interact with the user.
public bool ReadOnly { get; set; }
Property Value
- bool
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.
Exceptions
- UnexpectedStructureException
The value in the internal PDF structure has an unexpected type.