Skip to main content
All docs
V24.1

BeforeEncodingDetectionEventArgs(Stream) Constructor

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

Namespace: DevExpress.Office

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

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

Declaration

public BeforeEncodingDetectionEventArgs(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A stream with document data.

See Also