Click or drag to resize
AB4D logo

SvgFileLoadingEventArgs Class

SvgFileLoadingEventArgs is used for SvgFileLoading event on SvgViewbox and SvgDrawing.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ab2d.Common.ReaderSvgSvgFileLoadingEventArgs

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

The SvgFileLoadingEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodSvgFileLoadingEventArgs
Constructor
Top
Properties
  NameDescription
Public propertySvgFileStream
Gets or sets a Stream that will be used to read the svg file. The SvgFileStream can be changed in the event handler to change 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