ComboBoxWidgetGetTextColor 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()
Public Function GetTextColor As ColorPt
public:
virtual ColorPt^ GetTextColor() sealed
Return Value
Type:
ColorPt The text color.
Exceptions Exception | Condition |
---|
[!: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