Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / GcBinaryWriter Class / Write Method / Write(Single) Method

In This Topic
    Write(Single) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub Write( _
       ByVal value As System.Single _
    ) 
    public virtual void Write( 
       System.float value
    )

    Parameters

    value
    See Also