Click or drag to resize

PdfStringCreate(String, IPdfEncoding, PdfStringForm) Method

Creates the PdfString instance from the specified String value.

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public static PdfString Create(
	string value,
	IPdfEncoding encoding,
	PdfStringForm form
)

Parameters

value  String
The string value.
encoding  IPdfEncoding
The encoding used to encode the value.
form  PdfStringForm
The form in which created PdfString instance shall be written.

Return Value

PdfString
A PdfString instance created from the specified String value.
See Also