[]
Tries to get the float array associated with the specified key.
public static bool TryGetFloatArray(this IPdfDict dict, PdfName key, out float[] value, bool singleToArray = false)
| Type | Name | Description |
|---|---|---|
| IPdfDict | dict | The current dictionary. |
| PdfName | key | The key identifying the value. |
| float[] | value | OUT: The array of float. |
| bool | singleToArray | Indicates whether to convert a single float value to an array. |
| Type | Description |
|---|---|
| bool | true if successful; false otherwise. |