Skip to main content
All docs
V24.2

BeforeEncodingDetectionEventArgs.Encoding Property

Gets or sets the document encoding.

Namespace: DevExpress.Office

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

NuGet Package: DevExpress.Office.Core

Declaration

public Encoding Encoding { get; set; }

Property Value

Type Description
Encoding

An enumeration value that indicates the document encoding type.

See Also