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.48.0.0 (3.48.0.0)
Syntax public virtual bool IsLocked { get; }
Public Overridable ReadOnly Property IsLocked As Boolean
Get
Property Value
Type:
BooleanRemarks
If true, the following properties can not be changed:
Some object types have additional restrictions when locked.
See Also