| PdfObjectIsLocked Property  | 
 
            Gets a value indicating whether this 
PdfObject instance is considered to be locked.
            
 
    Namespace: 
   RadPdf.Data.Document.Objects
    Assembly:
   RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
 Syntax
Syntaxpublic virtual bool IsLocked { get; }Public Overridable ReadOnly Property IsLocked As Boolean
	Get
Property Value
Type: 
Boolean Remarks
Remarks
            If true, the following properties can not be changed:
            
            Some object types have additional restrictions when locked.
            
 See Also
See Also