Creates and returns a string representing a Scalable Vector Graphics (SVG) of the barcode.

GetSVG(System.Drawing.Size)

public string GetSVG(System.Drawing.Size size);
Public Function GetSVG(ByVal size As System.Drawing.Size) As String

Parameters

Parameter Description
size Specifies the size of the SVG.

Remarks

The size parameter updates the TXBarcodeCore.Size property value.