GetOrCreate Method
GetOrCreate(byte[], int)
Creates a new PdfName or returns existing predefined Standard Name.
Declaration
public static PdfName GetOrCreate(byte[] bytes, int length)
Parameters
| Type |
Name |
Description |
| byte[] |
bytes |
|
| int |
length |
|
Returns
GetOrCreate(byte[])
Creates a new PdfName or returns existing predefined Standard Name.
Declaration
public static PdfName GetOrCreate(byte[] bytes)
Parameters
| Type |
Name |
Description |
| byte[] |
bytes |
|
Returns
GetOrCreate(string)
Creates a new PdfName or returns existing predefined Standard Name.
Declaration
public static PdfName GetOrCreate(string str)
Parameters
| Type |
Name |
Description |
| string |
str |
|
Returns