Click or drag to resize

PdfObjectChangeable Property

Gets or sets a value indicating whether this PdfObject instance can be changed in the PdfWebControl client interface.

Namespace:  RadPdf.Data.Document.Objects
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool Changeable { get; set; }

Property Value

Type: Boolean
Remarks
If false, changes in the PdfWebControl client interface are prohibited. Users can not change this object's Text, Value, Checked, or other value holding properties. It does not prohibit the object from being moved (Moveable), resized (Resizable), styled (Stylable), or deleted (Deletable). If true and this object is a PdfField, to change this object's value ReadOnly must also be false.
See Also