Click or drag to resize
BlendingColorSpace Enumeration
Class represents blending color space.

Namespace: Aspose.Pdf.Facades
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public enum BlendingColorSpace
Members
  Member nameValueDescription
DontChange0 The blending color space is not changed.
Auto1 The blending color space is determined automatically.
DeviceRGB2 Blending color space is set to DeviceRGB.
DeviceCMYK3 Blending color space is set to DeviceCMYK.
See Also