[]
DEMOS
DOCS
API
SAMPLES
DOWNLOAD
dotnet-standard-api
C1.Excel Assembly
C1.Util
Classes
SvgRendering
Methods
ToBytes
dotnet-standard-api
C1.Excel Assembly
C1.Excel
C1.Util
Classes
BitmapGraphicsRendering
GraphicsRendering
SvgGraphicsRendering
SvgRendering
Constructors
Properties
Methods
ArcToBezier
Dispose
DrawArc
DrawDonutSegment
DrawEllipse
DrawImage
DrawLine
DrawLines
DrawPath
DrawPieSegment
DrawPolygon
DrawRect
DrawRoundRect
DrawString
End
IsVerticalCJK
MeasureString
PopClip
PopTransform
PushClipPath
PushClipRect
PushTransform
SetFill
SetFont
SetStroke
SetStrokePattern
SetStrokeThickness
ToBase64
ToBlackWhiteImage
ToBytes
ToContext
ToGrayscaleImage
ToImage
ToPixels
ToPoints
ToText
XLBorderRendering
XLCellRendering
XLPath
XLSheetRendering
XLTextLayout
XLTextRange
XLTextRangeCollection
Enums
Interfaces
(Showing Draft Content)
C1.Util.SvgRendering.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()