VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / VintasoftImageProcessingWebService Class / CreateImageDecodingSettings(VintasoftImage,WebDecodingSettings) Method
Syntax Remarks Requirements SeeAlso
In This Topic
CreateImageDecodingSettings(VintasoftImage,WebDecodingSettings) Method (VintasoftImageProcessingWebService)
In This Topic
Creates the decoding settings for the specified image and sets the decoding setting for image.
Syntax
'Declaration

Protected Overridable Sub CreateImageDecodingSettings( _
ByVal image
Image.
As Vintasoft.Imaging.VintasoftImage, _
ByVal decodingSettings
Decoding settings.
As Vintasoft.Shared.Web.WebDecodingSettings _
)
protected virtual void CreateImageDecodingSettings(
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Shared.Web.WebDecodingSettings decodingSettings
)

Parameters

image
Image.
decodingSettings
Decoding settings.
Remarks

If decodingSettings != null and decodingSettings.isColorManagementEnabled == true, this method uses ColorManagmentDefaultCmykProfileId property to determine Vintasoft.Imaging.ColorManagement.ColorManagementDecodeSettings.InputCmykProfile.

Requirements

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

See Also