[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfArrayExt.GetString

GetString Method

GetString(IPdfArray, int, string)

Gets the string at the specified index.

Returns defValue if the value cannot be converted to a string.

Declaration
public static string GetString(this IPdfArray array, int index, string defValue)
Public Shared Function GetString(array As IPdfArray, index As Integer, defValue As String) As String
Parameters
Type Name Description
IPdfArray array

The current array.

int index

The index of the string to return.

string defValue

The default value.

Returns
Type Description
string

The value at the specified index.