Skip to main content
All docs
V23.2

BeforeEncodingDetectionEventArgs.Encoding Property

Gets or sets the document encoding.

Namespace: DevExpress.Office

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

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

Declaration

public Encoding Encoding { get; set; }

Property Value

Type Description
Encoding

An enumeration value that indicates the document encoding type.

See Also