Click or drag to resize

InkGetColorCompNum Method

Gets the color space the annotation's color is represented in.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public int GetColorCompNum()

Return Value

Type: Int32
An integer that is either 1(for DeviceGray), 3(DeviceRGB), or 4(DeviceCMYK). If the annotation has no color, i.e. is transparent, 0 will be returned.

Implements

IAnnotGetColorCompNum
See Also