[]
Initializes a new instance of the PdfString class.
public PdfString(byte[] value, PdfStringFlags flags)
| Type | Name | Description |
|---|---|---|
| byte[] | value | The value. |
| PdfStringFlags | flags | The value of Flags. |
Initializes a new instance of the PdfString class.
public PdfString(byte[] value)
| Type | Name | Description |
|---|---|---|
| byte[] | value | The value. |
Initializes a new instance of the PdfString class.
public PdfString(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 PdfString class.
public PdfString(string value)
| Type | Name | Description |
|---|---|---|
| string | value | The value. |