[]
DEMOS
DOCS
API
SAMPLES
DOWNLOAD
dotnet-standard-api
C1.Excel Assembly
C1.Util
Classes
SvgGraphicsRendering
Methods
ToBytes
dotnet-standard-api
C1.Excel Assembly
C1.Excel
C1.Util
Classes
BitmapGraphicsRendering
GraphicsRendering
SvgGraphicsRendering
Constructors
Properties
Methods
ToBytes
ToDocument
ToText
SvgRendering
XLBorderRendering
XLCellRendering
XLPath
XLSheetRendering
XLTextLayout
XLTextRange
XLTextRangeCollection
Enums
Interfaces
(Showing Draft Content)
C1.Util.SvgGraphicsRendering.ToBytes
ToBytes Method
ToBytes()
Generates a SVG binary code.
Declaration
public byte[] ToBytes()
Returns
Type
Description
byte
[]
The generated SVG binary code.
Implements
ISvgRendering.ToBytes()