PdfArray.ArrayElements.GetName Method Terminal Works - PDF Printing.Net Library
Converts the specified value to a name. If the value does not exist, the function returns the empty string. If the value is not convertible, the function throws an InvalidCastException. If the index is out of range, the function throws an ArgumentOutOfRangeException.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public string GetName(
	int index
)

Parameters

index
Type: System.Int32

Return Value

Type: String
See Also

Reference