IAnnotGetColorCompNum 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 Function GetColorCompNum As Integer
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.
See Also