FreeTextGetTextColor Method |
Returns the text color of the FreeText 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
Remarks Current implementation of this method uses a non-standard
entry in the annotation dictionary and will not return meaningful
results when called on annotations not created with PDFTron software.
See Also