[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfName.GetOrCreate

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
Type Description
PdfName

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
Type Description
PdfName

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
Type Description
PdfName