Click or drag to resize

DrawingTemplateColorSpace Property

Gets or sets the color space preferred by the template. In general, this is used by the PDF viewer when the template is rendered transparently. In such a case, the template will be rendered to this color space before compositing with other elements.

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 TemplateColorSpaceKind ColorSpace { get; set; }

Property Value

Type: TemplateColorSpaceKind
The color space.
See Also