VintaSoft Imaging .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Imaging.Annotation.Web.Services Namespace / VintasoftAnnotationCollectionWebService Class / CreateImageDecodingSettings(VintasoftImage,WebDecodingSettings) Method
Syntax Remarks Requirements SeeAlso
В этом разделе
CreateImageDecodingSettings(VintasoftImage,WebDecodingSettings) Метод (VintasoftAnnotationCollectionWebService)
В этом разделе
Создает настройки декодирования для указанного изображения и устанавливает настройки декодирования для изображения.
Синтаксис
'Declaration

Protected Overridable Sub CreateImageDecodingSettings( _
ByVal image
Изображение.
As Vintasoft.Imaging.VintasoftImage, _
ByVal decodingSettings
Настройки декодирования.
As Vintasoft.Shared.Web.WebDecodingSettings _
)
protected virtual void CreateImageDecodingSettings(
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Shared.Web.WebDecodingSettings decodingSettings
)

Parameters

image
Изображение.
decodingSettings
Настройки декодирования.
Ремарки

Если decodingSettings != null и decodingSettings.isColorManagementEnabled == true, этот метод использует свойство ColorManagementDefaultCmykProfileId для определения Vintasoft.Imaging.ColorManagement.ColorManagementDecodeSettings.InputCmykProfile.

Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

Смотрите также