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
)
Public Shared Function GetComponentNum (
cs_type As ColorSpaceType,
cs As Obj
) As Integer
public:
static int GetComponentNum(
[InAttribute] ColorSpaceType cs_type,
[InAttribute] Obj^ cs
)
pdftron.PDF.ColorSpace.GetComponentNum = function(cs_type, cs);
Parameters
- cs_type
- Type: pdftron.PDFColorSpaceType
ColorSpace type
- cs
- Type: pdftron.SDFObj
ColorSpace object
Return Value
Type:
Int32The number of colorants (tint components) used to represent color point in this color space
See Also