Click or drag to resize

PdfTypeArrayGetIntegerAt Method

Gets the element with the specified index and returns it as an integer value.

Namespace: Patagames.Pdf.Net.BasicTypes
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public int GetIntegerAt(
	int index
)

Parameters

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

Return Value

Int32
The integer value located at the specified index.
See Also