Click or drag to resize

PdfTypeArrayGetBooleanAt Method

Gets the element with the specified index and returns it as a boolean value.

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

Parameters

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

Return Value

Boolean
The boolean value located at the specified index.
See Also