Click or drag to resize

Ink.SetColor Method (ColorPt)

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
)

Parameters

cpt
Type: pdftron.PDF.ColorPt
the color point

Implements

IAnnot.SetColor(ColorPt)
See Also