[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfArrayExt.GetName

GetName Method

GetName(IPdfArray, int, string)

Gets the PDF name at the specified index as a string.

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

Declaration
public static string GetName(this IPdfArray array, int index, string defValue)
Public Shared Function GetName(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 item to return.

string defValue

The default value.

Returns
Type Description
string

The value at the specified index.