Skip to main content
A newer version of this page is available. .

PdfViewer.ReadOnly Property

Specifies whether document modifications are prohibited.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.2.dll

Declaration

[DefaultValue(false)]
public bool ReadOnly { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the document is in a read-only state; otherwise, false.

See Also