[]
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)
| Type | Name | Description |
|---|---|---|
| IPdfArray | array | The current array. |
| int | index | The index of the item to set. |
| byte[] | value | The value to set. |
| Type | Description |
|---|---|
| PdfString | The created PdfString |