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

In This Topic
    WriteInt Method
    In This Topic
    Writes an integer value.
    Syntax
    'Declaration
     
    Public Sub WriteInt( _
       ByVal value As System.Integer _
    ) 
    public void WriteInt( 
       System.int value
    )

    Parameters

    value
    See Also