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