Back to Devexpress

PdfViewerControl.IsReadOnly Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-090e8097.md

latest1.1 KB
Original Source

PdfViewerControl.IsReadOnly Property

Gets or sets whether the document contents can be edited. This is a dependency property.

Namespace : DevExpress.Xpf.PdfViewer

Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public bool IsReadOnly { get; set; }
vb
Public Property IsReadOnly As Boolean

Property Value

TypeDescription
Boolean

true, to allow editing the document contents; otherwise, false.

|

See Also

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace