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

In This Topic
    WriteByte Method (PdfStreamWriterBase)
    In This Topic
    Writes a single byte.
    Syntax
    'Declaration
     
    Public Sub WriteByte( _
       ByVal value As System.Byte _
    ) 
    public void WriteByte( 
       System.byte value
    )

    Parameters

    value
    See Also