IAnnotSetColor Method (ColorPt, Int32) |
Sets an annotation's color.
(Optional; PDF 1.1)
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax void SetColor(
ColorPt cpt,
int comp_num
)
Sub SetColor (
cpt As ColorPt,
comp_num As Integer
)
void SetColor(
[InAttribute] ColorPt^ cpt,
[InAttribute] int comp_num
)
function SetColor(cpt, 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.
See Also