ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFBasNull Class
Members




In This Topic
    ImGearPDFBasNull Class
    In This Topic
    Represents basic null object.
    Object Model
    ImGearPDFBasNull Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ImGearPDFBasNull 
       Inherits ImGearPDFBasObj
    'Usage
     
    Dim instance As ImGearPDFBasNull
    public sealed class ImGearPDFBasNull : ImGearPDFBasObj 
    public __gc __sealed class ImGearPDFBasNull : public ImGearPDFBasObj 
    public ref class ImGearPDFBasNull sealed : public ImGearPDFBasObj 
    Remarks
    The null object has a type and value that are unequal to those of any other object. There is only one object of type null.
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.PDF.ImGearPDFObject
          ImageGear.Formats.PDF.ImGearPDFBasObj
             ImageGear.Formats.PDF.ImGearPDFBasNull

    See Also