GetOrCreate Method
GetOrCreate(byte[], int)
Creates a new PdfName or returns existing predefined Standard Name.
Declaration
public static PdfName GetOrCreate(byte[] bytes, int length)
Public Shared Function GetOrCreate(bytes As Byte(), length As Integer) As PdfName
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)
Public Shared Function GetOrCreate(bytes As Byte()) As PdfName
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)
Public Shared Function GetOrCreate(str As String) As PdfName
Parameters
Type |
Name |
Description |
string |
str |
|
Returns