Click or drag to resize

WidgetSetColor Method (ColorPt, Int32)

Sets an annotation's color. (Optional; PDF 1.1)

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetColor(
	ColorPt cpt,
	int comp_num
)

Parameters

cpt
Type: pdftron.PDFColorPt
the color point
comp_num
Type: SystemInt32
The color component number that indirectly implies the color space the color is from.

Implements

IAnnotSetColor(ColorPt, Int32)
See Also