[]
Gets the bytes of the IPdfString at the specified index. If the value does not exist or cannot be converted to an IPdfString, returns null.
public static byte[] GetPdfStringBytes(this IPdfArray array, int index)
Public Shared Function GetPdfStringBytes(array As IPdfArray, index As Integer) As Byte()
Type | Name | Description |
---|---|---|
IPdfArray | array | The current array. |
int | index | The index of the string to return. |
Type | Description |
---|---|
byte[] | The value at the specified index. |