PDF .NET Library Documentation - PDF Technologies, Inc.
Gets ort sets the default character set of the document. The defualt value is the ANSI encoding.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public Charset DefaultCharset { get; set; }
Visual Basic (Declaration)
Public Property DefaultCharset As Charset
Visual C++
public:
property Charset DefaultCharset {
	Charset get ();
	void set (Charset value);
}

See Also