In This Topic
Sets the float array associated with the specified key. If the value is null, removes the key from the dictionary.
Syntax
'Declaration
Public Shared Sub SetFloatArray( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal () As System.Single _
)
public static void SetFloatArray(
IPdfDict ,
PdfName ,
System.float[]
)
Parameters
- dict
- The current dictionary.
- key
- The key identifying the value.
- value
- The value to set.
See Also