[]
        
(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)
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)
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)
Parameters
Type Name Description
string str
Returns
Type Description
PdfName