[]
Tries to get the bool value with the specified index.
public static bool TryGetBool(this IPdfArray array, int index, out bool value)
| Type | Name | Description |
|---|---|---|
| IPdfArray | array | The current array. |
| int | index | The index of the value to get. |
| bool | value | OUT: The integer value. |
| Type | Description |
|---|---|
| bool | true if value exists and can be converted to an bool; otherwise false. |