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:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public override bool IsLocked { get; }
Public Overrides ReadOnly Property IsLocked As Boolean
Get
Property Value
Type:
BooleanRemarks See Also