VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftImage Class / IsBitmapDataEmpty Property
Syntax Requirements SeeAlso
In This Topic
    IsBitmapDataEmpty Property (VintasoftImage)
    In This Topic
    Gets a value indicating whether image has a bitmap as a source but memory for bitmap is not allocated yet.
    Syntax
    'Declaration
    
    Public ReadOnly Property IsBitmapDataEmpty As Boolean
    
    
    public bool IsBitmapDataEmpty { get; }
    
    
    public: __property bool get_IsBitmapDataEmpty();
    
    
    
    public:
    property bool IsBitmapDataEmpty { bool get(); }

    Property Value

    true - image has a bitmap as a source but memory for bitmap is not allocated yet; false - image has a file or stream as a source or image has bitmap as a source and memory for bitmap is allocated.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also