Skip to main content
All docs
V23.2

BeforeEncodingDetectionEventArgs.Stream Property

Obtains a stream with document data.

Namespace: DevExpress.Office

Assembly: DevExpress.Office.v23.2.Core.dll

NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation

Declaration

public Stream Stream { get; }

Property Value

Type Description
Stream

A stream with document data.

See Also