Click or drag to resize
AB4D logo

SvgFileLoadedEventArgs Class

SvgFileLoadedEventArgs is used for SvgFileLoaded event on SvgViewbox and SvgDrawing.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ab2d.Common.ReaderSvgSvgFileLoadedEventArgs

Namespace:  Ab2d.Common.ReaderSvg
Assembly:  Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax
C#
public class SvgFileLoadedEventArgs : EventArgs

The SvgFileLoadedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodSvgFileLoadedEventArgs
Constructor
Top
Properties
  NameDescription
Public propertyReadSvgFile
Gets the Viewbox (for SvgViewbox) or Image (for SvgDrawing) that contains the read svg file.
Public propertySvgFileUri
Gets an Uri of the svg that was read.
Public propertyUserReaderSvg
Gets an instance of the Ab2d.ReaderSvg that is used to read the svg file.
Top
See Also