VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / JpegEncoder Class / GetEncodedImageInfo(VintasoftImage) Method
Syntax Remarks Requirements SeeAlso
In This Topic
GetEncodedImageInfo(VintasoftImage) Method (JpegEncoder)
In This Topic
Emulates image saving and returns information about saved image without saving the image.
Syntax

Parameters

image
Source image.

Return Value

Information about saved image.
Remarks

This method emulates image saving and allows to get information about saved image, this can be necessary if you need to know information about saved image before saving the image.

Requirements

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

See Also