PdfString Constructor (String, PdfStringEncoding)Terminal Works - PDF Printing.Net Library
Initializes a new instance of the PdfString class.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public PdfString(
	string value,
	PdfStringEncoding encoding
)

Parameters

value
Type: SystemString
The value.
encoding
Type: PdfEdit.PdfPdfStringEncoding
The encoding.
See Also

Reference