Click or drag to resize

ColorSpaceGetComponentNum Method (ColorSpaceType, Obj)

Gets the number of colorants (tint components) used to represent color point in this color space

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static int GetComponentNum(
	ColorSpaceType cs_type,
	Obj cs
)

Parameters

cs_type
Type: pdftron.PDFColorSpaceType
ColorSpace type
cs
Type: pdftron.SDFObj
ColorSpace object

Return Value

Type: Int32
The number of colorants (tint components) used to represent color point in this color space
See Also