'Declaration Protected Overridable Sub PerformColorCorrection( _
ByVal pageIndexИндекс страницы.As System.Int32, _
ByVal imageИзображение страницы.As Vintasoft.Imaging.VintasoftImage, _
ByVal decodingSettingsНастройки декодирования.As DecodingSettings _
)
protected virtual void PerformColorCorrection(
System.Int32 pageIndex,
Vintasoft.Imaging.VintasoftImage image,
DecodingSettings decodingSettings
)
protected: virtual void PerformColorCorrection(
System.Int32 pageIndex,
Vintasoft.Imaging.VintasoftImage* image,
DecodingSettings* decodingSettings
)
protected:
virtual void PerformColorCorrection(
System.Int32 pageIndex,
Vintasoft.Imaging.VintasoftImage^ image,
DecodingSettings^ decodingSettings
)
Parameters
- pageIndex
- Индекс страницы.
- image
- Изображение страницы.
- decodingSettings
- Настройки декодирования.