ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.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 System.Byte()
    public System.byte[] ToByteArray()
    See Also