Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EmbeddedImageData Class / ToByteArray Method

In This Topic
    ToByteArray Method (EmbeddedImageData)
    In This Topic
    Returns a byte array representing the image.
    Syntax
    'Declaration
     
    Public Overridable Function ToByteArray() As System.Byte()
    public virtual System.byte[] ToByteArray()

    Return Value

    The image bytes.
    See Also