Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayHolderExt Class / GetFloat Method / GetFloat(IPdfArrayHolder,Int32,Single) Method
The current PDF array holder.
The index of the item to return.
The default value.

In This Topic
    GetFloat(IPdfArrayHolder,Int32,Single) Method
    In This Topic
    Gets the float value at the specified index.

    Returns defValue if the value cannot be converted to a float.

    Syntax
    'Declaration
     
    Public Overloads Shared Function GetFloat( _
       ByVal pah As IPdfArrayHolder, _
       ByVal index As System.Integer, _
       ByVal defValue As System.Single _
    ) As System.Single
    public static System.float GetFloat( 
       IPdfArrayHolder pah,
       System.int index,
       System.float defValue
    )

    Parameters

    pah
    The current PDF array holder.
    index
    The index of the item to return.
    defValue
    The default value.

    Return Value

    The value at the specified index.
    See Also