Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfFloatObject Class / PdfFloatObject Constructor
The object's ID.
The object's value.

In This Topic
    PdfFloatObject Constructor
    In This Topic
    Initializes a new instance of the PdfFloatObject type.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal objID As PdfObjID, _
       ByVal value As System.Single _
    )
    public PdfFloatObject( 
       PdfObjID objID,
       System.float value
    )

    Parameters

    objID
    The object's ID.
    value
    The object's value.
    See Also