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: 4.0.0.0 (4.0.0.0)
Syntaxpublic virtual bool IsLocked { get; }
Public Overridable ReadOnly Property IsLocked As Boolean
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