Skip to main content

PdfDocumentChangedEventArgs.DocumentFileStream Property

Indicates the file stream storing the document bytes.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v24.1.dll

NuGet Package: DevExpress.Win.PdfViewer

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