 | PdfTypeArrayGetIntegerAt Method |
Gets the element with the specified index and returns it as an integer value.
Namespace: Patagames.Pdf.Net.BasicTypesAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic int GetIntegerAt(
int index
)
Public Function GetIntegerAt (
index As Integer
) As Integer
public:
int GetIntegerAt(
int index
)
member GetIntegerAt :
index : int -> int
public int GetIntegerAt(
int index
)
function GetIntegerAt(index);
Parameters
- index Int32
- The zero-based index of the element to get.
Return Value
Int32The integer value located at the specified index.
See Also