AnnotGetColorCompNum Method |
Gets the color space the annotation's color is represented in.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int GetColorCompNum()
Public Function GetColorCompNum As Integer
public:
virtual int GetColorCompNum() sealed
function 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
IAnnotGetColorCompNumSee Also