LoadOptionsXmlDefault Property |
Gets the default loading options for XML file format.
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 31.0.35.1089
Syntaxpublic static XmlLoadOptions XmlDefault { get; }
Public Shared ReadOnly Property XmlDefault As XmlLoadOptions
Get
Property Value
Type:
XmlLoadOptions
The default loading options for XML file format.
Remarks
This property always returns a new instance of
XmlLoadOptions class initialized with default constructor.
See Also