 | PdfTypeArrayGetAt Method |
Gets the element at the specified index
Namespace: Patagames.Pdf.Net.BasicTypesAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfTypeBase GetAt(
int index
)
Public Function GetAt (
index As Integer
) As PdfTypeBase
public:
PdfTypeBase^ GetAt(
int index
)
member GetAt :
index : int -> PdfTypeBase
public PdfTypeBase GetAt(
int index
)
Parameters
- index Int32
- The zero-based index of the element to get or set.
Return Value
PdfTypeBaseThe element at the specified index.
Exceptions
See Also