Back to Devexpress

PdfViewer.IsDocumentOpened Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-2cc7624d.md

latest1.2 KB
Original Source

PdfViewer.IsDocumentOpened Property

Gets a value indicating whether any document is currently being loaded into the PdfViewer.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

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

Property Value

TypeDescription
Boolean

true if a document is currently opened; otherwise false.

|

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace