Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfDictHolderExt Class / SetFloat Method
The current PDF dictionary holder.
The key of the value to set or remove.
The value to set.
The default value.

In This Topic
    SetFloat Method
    In This Topic
    Sets a float value associated with the specified key, or removes the existing key if value is equal to defValue.
    Syntax
    'Declaration
     
    Public Shared Sub SetFloat( _
       ByVal pdh As IPdfDictHolder, _
       ByVal key As System.String, _
       ByVal value As System.Single, _
       ByVal defValue As System.Single _
    ) 
    public static void SetFloat( 
       IPdfDictHolder pdh,
       System.string key,
       System.float value,
       System.float defValue
    )

    Parameters

    pdh
    The current PDF dictionary holder.
    key
    The key of the value to set or remove.
    value
    The value to set.
    defValue
    The default value.
    See Also