[]
Sets the IPdfString at the specified index. If the value is null, sets the item to PdfNull.
public static PdfString SetPdfStringBytes(this IPdfArray array, int index, byte[] value)
Public Shared Function SetPdfStringBytes(array As IPdfArray, index As Integer, value As Byte()) As PdfString
Type | Name | Description |
---|---|---|
IPdfArray | array | The current array. |
int | index | The index of the item to set. |
byte[] | value | The value to set. |