Click or drag to resize

SvgParsingErrorEventArgs Constructor

Construct a new set CodecErrorEventArgs object.

Namespace:  Atalasoft.PdfDoc.Generating.Utilities.VectorImport
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public SvgParsingErrorEventArgs(
	string description,
	ErrorLevel level
)

Parameters

description
Type: SystemString
A string description of the error that has occurred.
level
Type: Atalasoft.PdfDoc.Generating.Utilities.VectorImportErrorLevel
The severity of the error that has occurred.
See Also