Skip to main content

PdfViewer.IsDocumentOpened Property

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

[Browsable(false)]
public bool IsDocumentOpened { get; }

Property Value

Type Description
Boolean

true if a document is currently opened; otherwise false.

See Also