FreeTextGetLineColor Method |
Returns the line and border color of the FreeText Annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public ColorPt GetLineColor()
Public Function GetLineColor As ColorPt
public:
virtual ColorPt^ GetLineColor() sealed
Return Value
Type:
ColorPt the line 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