Back to Devexpress

PdfViewer.ReadOnly Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-877fbaac.md

latest1.1 KB
Original Source

PdfViewer.ReadOnly Property

Specifies whether document modifications are prohibited.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
[DefaultValue(false)]
public bool ReadOnly { get; set; }
vb
<DefaultValue(False)>
Public Property [ReadOnly] As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace