[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase.WriteBytes

WriteBytes Method

WriteBytes(byte, int)

Writes specified count of bytes to the stream.

Declaration
public void WriteBytes(byte b, int count)
Public Sub WriteBytes(b As Byte, count As Integer)
Parameters
Type Name Description
byte b
int count