Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / WriteLong Method

In This Topic
    WriteLong Method
    In This Topic
    Writes a long value.
    Syntax
    'Declaration
     
    Public Sub WriteLong( _
       ByVal value As System.Long _
    ) 
    public void WriteLong( 
       System.long value
    )

    Parameters

    value
    See Also