[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfName.-ctor

PdfName Constructor

PdfName(byte[])

Initializes a new instance of the PdfName class.

Declaration
public PdfName(byte[] value)
Public Sub New(value As Byte())
Parameters
Type Name Description
byte[] value

The value

PdfName(byte[], int, int)

Initializes a new instance of the PdfName class.

Declaration
public PdfName(byte[] value, int offset, int length)
Public Sub New(value As Byte(), offset As Integer, length As Integer)
Parameters
Type Name Description
byte[] value

The byte array.

int offset

The offset in the value.

int length

The length of the name.

PdfName(string)

Initializes a new instance of the PdfName class.

Declaration
public PdfName(string value)
Public Sub New(value As String)
Parameters
Type Name Description
string value

The value.