SignatureWidgetGetHighlightingMode Method |
Gets the HighlightingMode of the Widget Annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public WidgetHighlightingMode GetHighlightingMode()
Public Function GetHighlightingMode As WidgetHighlightingMode
public:
virtual WidgetHighlightingMode GetHighlightingMode() sealed
function GetHighlightingMode();
Return Value
Type:
WidgetHighlightingMode an entry of the enum "HighlightingMode", specifying the highlighting
mode of the widget annotation.
See Also