Skip to main content
All docs
V25.1
  • BeforeEncodingDetectionEventArgs.Encoding Property

    Gets or sets the document encoding.

    Namespace: DevExpress.Office

    Assembly: DevExpress.Office.v25.1.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