ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / SvgRendering Class / ToBytes Method

In This Topic
    ToBytes Method
    In This Topic
    Generates a SVG binary code.
    Syntax
    'Declaration
     
    Public Function ToBytes() As System.Byte()
    public System.byte[] ToBytes()

    Return Value

    The generated SVG binary code.
    See Also