'Declaration Public Shared Function TryGetFloatArray( _ ByVal dict As IPdfDict, _ ByVal key As PdfName, _ ByRef value() As System.Single, _ Optional ByVal singleToArray As System.Boolean _ ) As System.Boolean
public static System.bool TryGetFloatArray( IPdfDict dict, PdfName key, out System.float[] value, System.bool singleToArray )
Parameters
- dict
- The current dictionary.
- key
- The key identifying the value.
- value
- OUT: The array of float.
- singleToArray
- Indicates whether to convert a single float value to an array.
Return Value
true if successful; false otherwise.