JpegOptionsRgbColorProfile Property

The destination RGB color profile for CMYK jpeg images. Use for saving images. Must be in pair with CMYKColorProfile for correct color conversion.

Namespace:  Aspose.CAD.ImageOptions
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public StreamSource RgbColorProfile { get; set; }

Property Value

Type: StreamSource
See Also