[]
Initializes a new instance of the PdfName class.
public PdfName(byte[] value)
| Type | Name | Description |
|---|---|---|
| byte[] | value | The value |
Initializes a new instance of the PdfName class.
public PdfName(byte[] value, int offset, int length)
| 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)
| Type | Name | Description |
|---|---|---|
| string | value | The value. |