Click or drag to resize

TemplateColorSpaceKind Enumeration

This represents possible color spaces for a transparent DrawingTemplate.

Namespace:  Atalasoft.PdfDoc.Generating.Templates
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum TemplateColorSpaceKind
Members
  Member nameDescription
None None specified.
RGB Red, green, and blue.
CMYK Cyan, magenta, yellow, and black.
Gray Grayscale.
CalibratedGray Calibrated grayscale.
CalibratedRGB Calibrated red, green and blue.
ICC An ICC color space. This should always be accompanied with a colorspace resource.
See Also