Skip to main content
All docs
V26.1
  • BeforeEncodingDetectionEventArgs.Stream Property

    Obtains a stream with document data.

    Namespace: DevExpress.Office

    Assembly: DevExpress.Office.v26.1.Core.dll

    NuGet Package: DevExpress.Office.Core

    Declaration

    public Stream Stream { get; }

    Property Value

    Type Description
    Stream

    A stream with document data.

    See Also