[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfArrayExt.GetPdfStringBytes

GetPdfStringBytes Method

GetPdfStringBytes(IPdfArray, int)

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.

Declaration
public static byte[] GetPdfStringBytes(this IPdfArray array, int index)
Public Shared Function GetPdfStringBytes(array As IPdfArray, index As Integer) As Byte()
Parameters
Type Name Description
IPdfArray array

The current array.

int index

The index of the string to return.

Returns
Type Description
byte[]

The value at the specified index.