Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
      • EO.Base
      • EO.Base.UI
      • EO.Extensions
      • EO.Pdf
      • EO.Pdf.Acm
      • EO.Pdf.Contents
      • EO.Pdf.Drawing
      • EO.Pdf.Mvc
      • EO.Web
      • EO.WebBrowser
      • EO.WebBrowser.DOM
      • EO.WebEngine
      • EO.WinForm
      • EO.Wpf
      • EO.Wpf.Gauge
      • EO.Wpf.Gauge.Shapes
      • EO.Wpf.Primitives
      • EO.Wpf.Themes.Aero
      • EO.Wpf.Themes.Classic
      • EO.Wpf.Themes.Luna
      • EO.Wpf.Themes.Metro
      • EO.Wpf.Themes.Royale
    • JavaScript API Reference
PdfColorSpaceType Enumeration

Specifies PDF color space.

Namespace: EO.Pdf.Drawing
Assembly: EO.Pdf (in EO.Pdf.dll)

Syntax
 public enum PdfColorSpaceType
Members
Member Name Description
Unknown Unknown color space.
DeviceGray Gray scale.
DeviceRGB RGB color.
DeviceCMYK CMYK color.
CalGray A single-component CIE-based color space.
CalRGB A three-component CIE-based color space with only one transformation stage instead of two.
Lab A three-component CIE-based color space with two transformation stages.
ICCBased ICC (International Color Consortium) based color space.
Indexed Indexed color (palette based).
Pattern Pattern.
Separation Separation color space.
DeviceN A color space that contains an arbitrary number of color components.
See Also