VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftImage Class / SetImage Methods / SetImage(VintasoftBitmap,Boolean) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    SetImage(VintasoftBitmap,Boolean) 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, _
    ByVal disposeBitmapAfterUse
    A value indicating whether the bitmap must be disposed after use.
    As Boolean _
    )

    Parameters

    bitmap
    VintasoftBitmap object.
    disposeBitmapAfterUse
    A value indicating whether the bitmap must be disposed after use.
    Exceptions
    ExceptionDescription
    Thrown if bitmap is null.
    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