BlendingColorSpace Enumeration |
Class represents blending color space.
Namespace: Aspose.Pdf.FacadesAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic enum BlendingColorSpace
Public Enumeration BlendingColorSpace
public enum class BlendingColorSpace
Members
| Member name | Value | Description |
---|
| DontChange | 0 |
The blending color space is not changed.
|
| Auto | 1 |
The blending color space is determined automatically.
|
| DeviceRGB | 2 |
Blending color space is set to DeviceRGB.
|
| DeviceCMYK | 3 |
Blending color space is set to DeviceCMYK.
|
See Also