Click or drag to resize

PdfObject.Changeable 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: 4.1.0.0 (4.1.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
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!