Gets or sets a value indicating whether the form is read only.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public override bool ReadOnly { get; set; }
Public Overrides Property ReadOnly As Boolean
	Get
	Set
public:
virtual property bool ReadOnly {
	bool get () override;
	void set (bool value) override;
}
abstract ReadOnly : bool with get, set
override ReadOnly : bool with get, set

Property Value

Boolean
True if the field is read-only, false otherwise. Default is false.

See Also