Initializes a new instance of the PdfStringObject class.
Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
public PdfStringObject( PdfDocument document, string value, PdfStringEncoding encoding )
Parameters
- document
- Type: PdfEdit.PdfPdfDocument
The document. - value
- Type: SystemString
The value. - encoding
- Type: PdfEdit.PdfPdfStringEncoding
Encoding
See Also