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