Click or drag to resize

IMarkupSetInteriorColor Method

Gets the interior color of the Square.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
void SetInteriorColor(
	ColorPt c,
	int CompNum
)

Parameters

c
Type: pdftron.PDFColorPt
A ColorPt object that denotes the color of the Markup annotation.
CompNum
Type: SystemInt32
An integer indicating the number of channels forming the color space used. It also defines the length of the Array to be allocated for storing the entries of c.

Return Value

Type: 
A ColorPt object that denotes the color of the Square.
Remarks
that the color can be in different color spaces: Gray, RGB, or CMYK. Call "GetInteriorColorCompNum" to access the color space information corresponding to the interioir color.
See Also