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; }
Public Property RgbColorProfile As StreamSource
Get
Set
public:
property StreamSource^ RgbColorProfile {
StreamSource^ get ();
void set (StreamSource^ value);
}
member RgbColorProfile : StreamSource with get, set
Property Value
Type:
StreamSourceSee Also