WordProcessingInputOptionsEncoding Property

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.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public Encoding Encoding { get; set; }

Property Value

Encoding

See Also