Gets or sets a value that indicates whether to try ignoring XML parsing errors when loading the SVG.
public bool IgnoreXmlParsingErrors { get; set; }
Public Property IgnoreXmlParsingErrors As Boolean
@property (nonatomic, assign) BOOL ignoreXmlParsingErrors
public boolean getIgnoreXmlParsingErrors()
public void setIgnoreXmlParsingErrors(boolean value)
true to try ignoring XML parsing errors when loading the SVG, otherwise; false. Default value is false.
When the value of IgnoreXmlParsingErrors is false (the default), the engine will use strict XML parsing rule when loading the SVG. Any malfunctioned data will result in an error being thrown.
When the value of IgnoreXmlParsingErrors is true, then the engine will relax the XML parsing rules and try to ignore insignificant errors in the XML data if possible. For example, tags that are not closed and elements or attributes that do not adhere to the SVG standard specification.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document