Checks whether this SVG document is the global null instance.
public bool IsNull { get; } Public ReadOnly Property IsNull() As BooleanGet
public:property bool IsNull{bool get()}
true if this ISvgDocument object is the global null instance; otherwise, false.
In some instances, an ISvgDocument object that is not initialized (is null) is required. For instance, when serializing SVG documents to a system that does not support a true null value. In this case, SvgDocument.NullInstance can be used to represent an SvgDocument that has not been initialized (but is not null). IsNull can be used to test whether a SvgDocument object is the null instance.
SvgDocument.NullInstance is a global object and calling any other member besides IsNull will throw an exception. The one exception is calling Disposewhich will be ignored.
Note that calling svgDocumentObject.IsNull is the equivalent of svgDocumentObject == SvgDocument.NullInstance.
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
