Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / GcBinaryReader Class / ReadBytes Method

In This Topic
    ReadBytes Method (GcBinaryReader)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function ReadBytes( _
       ByVal count As System.Integer _
    ) As System.Byte()
    public virtual System.byte[] ReadBytes( 
       System.int count
    )

    Parameters

    count
    See Also