Click or drag to resize

PdfObjectIsLocked Property

Gets a value indicating whether this PdfObject instance is considered to be locked.

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

Property Value

Type: Boolean
Remarks

If true, the following properties can not be changed:

Some object types have additional restrictions when locked.

See Also