VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Print Namespace / ImagePrintDocument Class / EndPrintImage(VintasoftImage) Method
Syntax Requirements SeeAlso
In This Topic
    EndPrintImage(VintasoftImage) Method (ImagePrintDocument)
    In This Topic
    Ends the image printing and allows to release resources, which was used during printing.
    Syntax
    'Declaration
    
    Protected Overridable Sub EndPrintImage( _
    ByVal image
    The printed image.
    As Vintasoft.Imaging.VintasoftImage _
    )
    protected virtual void EndPrintImage(
    Vintasoft.Imaging.VintasoftImage image
    )
    protected: virtual void EndPrintImage(
    Vintasoft.Imaging.VintasoftImage* image
    )
    protected:
    virtual void EndPrintImage(
    Vintasoft.Imaging.VintasoftImage^ image
    )

    Parameters

    image
    The printed image.
    Requirements

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

    See Also