Click or drag to resize

WidgetGetTextColor Method

Returns the text color of the Widget Annotation.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public ColorPt GetTextColor()

Return Value

Type: ColorPt
The text color.
Exceptions
ExceptionCondition
[!:PDFNetException] PDFNetException the PDFNet exception
Remarks
that the color can be in different color spaces: Gray, RGB, or CMYK. Call "GetTextColorCompNum" to access the color space information corresponding to the border color.
See Also