[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfArrayExt.SetPdfStringBytes

SetPdfStringBytes Method

SetPdfStringBytes(IPdfArray, int, byte[])

Sets the IPdfString at the specified index. If the value is null, sets the item to PdfNull.

Declaration
public static PdfString SetPdfStringBytes(this IPdfArray array, int index, byte[] value)
Parameters
Type Name Description
IPdfArray array

The current array.

int index

The index of the item to set.

byte[] value

The value to set.

Returns
Type Description
PdfString

The created PdfString