ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / C1Bitmap 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 Byte()
    public byte[] ToByteArray()
    See Also