GetOrCreate(String) Method
In This Topic
Creates a new
PdfName or returns existing predefined Standard Name.
Syntax
'Declaration
Public Overloads Shared Function GetOrCreate( _
ByVal As System.String _
) As PdfName
public static PdfName GetOrCreate(
System.string
)
Parameters
- str
See Also