Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / AnnotationBase Class / LockedContents Property

In This Topic
    LockedContents Property
    In This Topic
    Gets or sets a value indicating whether the contents of the annotation can be modified by the user. This flag does not restrict deletion of the annotation or changes to other annotation properties, such as position and size.
    Syntax
    'Declaration
     
    Public Property LockedContents As System.Boolean
    public System.bool LockedContents {get; set;}
    See Also