Table of Contents

WordProcessingInputOptions.Encoding Property

Definition

Namespace
GleamTech.DocumentUltimate
Assembly
GleamTech.DocumentUltimate.dll

Gets or sets the encoding that will be used to load an Html or Txt document if the encoding is not specified in the file. If encoding is not specified in HTML/TXT and this property is null, then the converter will try to automatically detect the encoding. The default is null.

public Encoding Encoding { get; set; }

Property Value

Encoding