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

    Property Value

    true - image has bitmap as a source, image data are stored in memory; false - image has file or stream as a source, image data are decoded from the source when this is necessary.
    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