Skip to main content
All docs
V23.2

BeforeEncodingDetectionEventArgs(Stream) Constructor

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

Namespace: DevExpress.Office

Assembly: DevExpress.Office.v23.2.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