PdfFileAttachmentAnnotationIsLocked Property |
Gets a value indicating whether this
PdfFileAttachmentAnnotation instance represents a locked file attachment annotation (an annotation which was imported when loading a document into a
PdfWebControl instance).
Namespace:
RadPdf.Data.Document.Objects.Annotations
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic override bool IsLocked { get; }
Public Overrides ReadOnly Property IsLocked As Boolean
Get
Property Value
Type:
Boolean
Remarks
See Also