VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftImage Class / SetImage Methods / SetImage(VintasoftBitmap) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    SetImage(VintasoftBitmap) Method (VintasoftImage)
    In This Topic
    Sets an image of the VintasoftImage from the VintasoftBitmap object.
    Syntax
    'Declaration
    
    Public Overloads Sub SetImage( _
    ByVal bitmap As VintasoftBitmap _
    )
    public void SetImage(
    VintasoftBitmap bitmap
    )
    public: void SetImage(
    VintasoftBitmap* bitmap
    )
    public:
    void SetImage(
    VintasoftBitmap^ bitmap
    )

    Parameters

    bitmap
    VintasoftBitmap object.
    Exceptions
    ExceptionDescription
    Thrown if IsImageDataLocked is set to true.
    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