[]
Initializes a new instance of the PdfName class.
public PdfName(byte[] value)
Public Sub New(value As Byte())
Type | Name | Description |
---|---|---|
byte[] | value | The value |
Initializes a new instance of the PdfName class.
public PdfName(byte[] value, int offset, int length)
Public Sub New(value As Byte(), offset As Integer, length As Integer)
Type | Name | Description |
---|---|---|
byte[] | value | The byte array. |
int | offset | The offset in the |
int | length | The length of the name. |
Initializes a new instance of the PdfName class.
public PdfName(string value)
Public Sub New(value As String)
Type | Name | Description |
---|---|---|
string | value | The value. |