Click or drag to resize

InkGetColorAsCMYK Method

Gets an annotation's color.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public ColorPt GetColorAsCMYK()

Return Value

Type: ColorPt
A ColorPt object containing an Array of four numbers in the range 0.0 to 1.0, representing a CMYK colour used for the following purposes: The background of the annotation’s icon when closed The title bar of the annotation’s pop-up window The border of a link annotation If the annotation does not specify an explicit color, a default color is returned. Text annotations return 'default yellow;' all others return black.

Implements

IAnnotGetColorAsCMYK
See Also