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

In This Topic
    WriteBytes Method
    In This Topic
    Writes specified count of bytes to the stream.
    Syntax
    'Declaration
     
    Public Sub WriteBytes( _
       ByVal b As System.Byte, _
       ByVal count As System.Integer _
    ) 
    public void WriteBytes( 
       System.byte b,
       System.int count
    )

    Parameters

    b
    count
    See Also