Click or drag to resize

PdfCalibratedColorSpaceResource Constructor

Initializes a new instance of the PdfCalibratedColorSpaceResource class.

Namespace:  Atalasoft.PdfDoc.Generating.ResourceHandling.Colors
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected PdfCalibratedColorSpaceResource(
	PdfColorSpaceType type,
	int components
)

Parameters

type
Type: Atalasoft.PdfDoc.GeneratingPdfColorSpaceType
The type.
components
Type: SystemInt32
The components.
See Also