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

PdfViewer.DocumentProperties Property

Provides access to the basic information about a document.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.2.dll

Declaration

[Browsable(false)]
public PdfDocumentProperties DocumentProperties { get; }

Property Value

Type Description
PdfDocumentProperties

A PdfDocumentProperties object.

See Also