Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsLoadSvgOptions Class : IgnoreXmlParsingErrors Property |
public bool IgnoreXmlParsingErrors {get; set;}
'Declaration
Public Property IgnoreXmlParsingErrors As Boolean
'Usage
Dim instance As CodecsLoadSvgOptions Dim value As Boolean instance.IgnoreXmlParsingErrors = value value = instance.IgnoreXmlParsingErrors
public bool IgnoreXmlParsingErrors {get; set;}
@property (nonatomic, assign) BOOL ignoreXmlParsingErrors
public boolean getIgnoreXmlParsingErrors() public void setIgnoreXmlParsingErrors(boolean value)
<br/>get_IgnoreXmlParsingErrors();<br/>set_IgnoreXmlParsingErrors(value);<br/>Object.defineProperty('IgnoreXmlParsingErrors');
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.