VintaSoft Barcode .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / BarcodeWriter Class / GetBarcodeAsSvgFile() Method
Syntax Remarks Requirements SeeAlso
In This Topic
    GetBarcodeAsSvgFile() Method (BarcodeWriter)
    In This Topic
    Returns barcode as SVG file.
    Syntax
    'Declaration
    
    Public Function GetBarcodeAsSvgFile() As String
    
    
    public string GetBarcodeAsSvgFile()
    
    
    public: string* GetBarcodeAsSvgFile()
    
    
    public:
    string^ GetBarcodeAsSvgFile()

    Return Value

    String that contains SVG file.
    Remarks

    This method ignores values of the following properties:

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also