Click or drag to resize

PdfFontCollectionGetTagName Method

Gets the tag name at the specified index

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public string GetTagName(
	int index
)

Parameters

index  Int32
The zero-based index of the element to get.

Return Value

String
The tag name at the specified index.
See Also