[]
Gets the Boolean array associated with the specified key. Returns null if the array does not exist or cannot be converted to a Boolean array.
public static bool[] GetBoolArray(this IPdfDict dict, PdfName key, bool singleToArray = false)
Public Shared Function GetBoolArray(dict As IPdfDict, key As PdfName, Optional singleToArray As Boolean = False) As Boolean()
Type | Name | Description |
---|---|---|
IPdfDict | dict | The current dictionary. |
PdfName | key | The key identifying the value. |
bool | singleToArray | Indicates whether to convert a single Boolean value to an array. |
Type | Description |
---|---|
bool[] | The array associated with the specified key, or null. |