Click or drag to resize

PdfAnnotationReadOnly Property

Get or set the annotation's read-only flag

Namespace:  RadPdf.Data.Document.Objects.Annotations
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool ReadOnly { get; set; }

Property Value

Type: Boolean
Remarks

This property indicates whether or not the PDF annotation flag "ReadOnly" is set. If set, PDF readers will not allow the annotation to interact with the user (e.g. the object will not response to mouse clicks). This property should not be confused with IsLocked (a property indicating if the object is locked in RAD PDF).

See Also