Link Search Menu Expand Document

BaseTextExtractorTextEncodingCodePage Property

Sets the default text encoding. Default encoding is "iso-8859-1".

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public int TextEncodingCodePage { get; set; }

Property Value

Type: Int32

Implements

IBaseTextExtractorTextEncodingCodePage
Remarks
You can find the full list of code pages at https://msdn.microsoft.com/en-us/library/system.text.encodinginfo.getencoding(v=vs.110).aspx
See Also

Reference