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

PdfDocumentChangedEventArgs.DocumentFileStream Property

Indicates the file stream storing the document bytes.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

Declaration

public Stream DocumentFileStream { get; }

Property Value

Type Description
Stream

A Stream value, identifying the file stream.

Remarks

After a document has been loaded from a stream or saved to it in a PDF Viewer, you can access this document using the DocumentFileStream property.

See Also