Checks whether this raster image is a global null instance.
public bool IsNull { get; }
Public ReadOnly Property IsNull() As Boolean
Get
public:
property bool IsNull
{
bool get()
}
true if this RasterImage
object is a global null instance; otherwise, false.
In some instances, a RasterImage object that is not initialized (is null) is required, (for instance, when serializing raster images in a system that does not support a true null
value). In this case, RasterImage.NullInstance can be used to represent a RasterImage
that has not been initialized (but is not null
). Use IsNull to test whether a RasterImage
object is the null instance.
RasterImage.NullInstance is a global object and calling any other member besides IsNull will throw an exception. The one exception is calling Dispose which will be ignored.
Note that calling rasterImageObject.IsNull
is the equivalent of rasterImageObject == RasterImage.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