AnnotSetColor 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 public void SetColor(
ColorPt cpt,
int comp_num
)
Public Sub SetColor (
cpt As ColorPt,
comp_num As Integer
)
public:
virtual void SetColor(
[InAttribute] ColorPt^ cpt,
[InAttribute] int comp_num
) sealed
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.
Implements
IAnnotSetColor(ColorPt, Int32)See Also