MindFusion WinForms Programmer's Guide
SvgViewer.Load Method (String)
See Also
 





Sets the FileName to the specified URL and displays the drawing indicated.

Namespace: MindFusion.SvgViewer
Assembly: MindFusion.SvgViewer

 Syntax

C#  Copy Code

public void Load (
    string filename
)

Visual Basic  Copy Code

Public Sub Load( _
    filename As String _
)

 Parameters

filename

The file name of the SVG drawing to load.

 See Also

Load Method Overload List
SvgViewer Members
SvgViewer Class
MindFusion.SvgViewer Namespace