RadioButtonWidgetGetBorderColor Method |
Gets the border color of the Widget annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public ColorPt GetBorderColor()
Public Function GetBorderColor As ColorPt
public:
virtual ColorPt^ GetBorderColor() sealed
function GetBorderColor();
Return Value
Type:
ColorPt A ColorPt object that denotes the color of the Widget border.
Remarks that the color can be in different color spaces: Gray, RGB, or CMYK. Call "GetBorderColorCompNum"
to access the color space information corresponding to the border color.
This property is part of the Widget appearance Characteristics dictionary, this dictionary
that shall be used in constructing a dynamic appearance stream specifying the annotation’s visual
presentation on the page.
See Also