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

In This Topic
    WriteUint Method
    In This Topic
    Writes an uint value.
    Syntax
    'Declaration
     
    Public Sub WriteUint( _
       ByVal value As System.UInteger _
    ) 
    public void WriteUint( 
       System.uint value
    )

    Parameters

    value
    See Also