Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayHolderExt Class / ToFloatArray Method

In This Topic
    ToFloatArray Method
    In This Topic
    Converts all elements of this PDF array to floats, and copies the converted values to a new array of floats.

    Throws an exception if any value cannot be converted to a float.

    Overload List
    OverloadDescription
    Converts all elements of this PDF array to floats, and copies the converted values to a new array of floats.

    Throws an exception if any value cannot be converted to a float.

     
    Converts all elements of this PDF array to floats, and copies the converted values to a new array of floats.

    Uses defItemValue for values that cannot be converted to floats.

     
    See Also