[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfArrayExt.TryGetName

TryGetName Method

TryGetName(IPdfArray, int, out string)

Tries to get the PDF name value with the specified index as a string.

Declaration
public static bool TryGetName(this IPdfArray array, int index, out string value)
Public Shared Function TryGetName(array As IPdfArray, index As Integer, ByRef value As String) As Boolean
Parameters
Type Name Description
IPdfArray array

The current IPdfArray.

int index

The index of the value to get.

string value

OUT: The string value.

Returns
Type Description
bool

true if value exists and can be converted to a PDF name; otherwise false.