Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicBitmap Class / ToByteArray Method / ToByteArray() Method

In This Topic
    ToByteArray() Method
    In This Topic
    Stores the image buffer to a byte array (without the palette and metadata information).
    Syntax
    'Declaration
     
    Public Overloads Function ToByteArray() As System.Byte()
    public System.byte[] ToByteArray()
    See Also