VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftImage Class / SetImage Methods / SetImage(VintasoftImage) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    SetImage(VintasoftImage) Method (VintasoftImage)
    In This Topic
    Sets an image of the VintasoftImage from specified VintasoftImage object. Specified VintasoftImage object will be destroyed after execution of this method.
    Syntax
    'Declaration
    
    Public Overloads Sub SetImage( _
    ByVal image
    The VintasoftImage object.
    As VintasoftImage _
    )
    public void SetImage(
    VintasoftImage image
    )
    public: void SetImage(
    VintasoftImage* image
    )
    public:
    void SetImage(
    VintasoftImage^ image
    )

    Parameters

    image
    The VintasoftImage object.
    Exceptions
    ExceptionDescription
    Thrown if image is null -or- image equals this image object.
    Thrown if image equals this image object.
    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