PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / setIsLockedContents Method
If true, do not allow the contents of the annotation to 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.
In This Topic
    setIsLockedContents Method
    In This Topic
    Sets a value indicating whether the annotation contents should be modified.
    Syntax
    public void setIsLockedContents( 
       boolean value
    )

    Parameters

    value
    If true, do not allow the contents of the annotation to 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.
    See Also