Skip to main content
All docs
V25.1
  • BeforeEncodingDetectionEventArgs(Stream) Constructor

    Initializes a new instance of the BeforeEncodingDetectionEventArgs class with specified settings.

    Namespace: DevExpress.Office

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

    NuGet Package: DevExpress.Office.Core

    Declaration

    public BeforeEncodingDetectionEventArgs(
        Stream stream
    )

    Parameters

    Name Type Description
    stream Stream

    A stream with document data.

    See Also