Click or drag to resize

PdfNameCreate Method

Creates the PdfName instance from the specified String value.

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.4.22
Syntax
public static PdfName Create(
	string value
)

Parameters

value  String
The string value.

Return Value

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