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

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

    Parameters

    value
    See Also