 | PdfFontCollectionGetTagName Method |
Gets the tag name at the specified index
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic string GetTagName(
int index
)
Public Function GetTagName (
index As Integer
) As String
public:
String^ GetTagName(
int index
)
member GetTagName :
index : int -> string public String GetTagName(
int index
)
function GetTagName(index);
Parameters
- index Int32
- The zero-based index of the element to get.
Return Value
StringThe tag name at the specified index.
See Also