Click or drag to resize

WidgetGetBackgroundColor Method

Gets the background color of the Widget annotation.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public ColorPt GetBackgroundColor()

Return Value

Type: ColorPt
A ColorPt object that denotes the color of the Widget background.
Remarks
that the color can be in different color spaces: Gray, RGB, or CMYK. Call "GetBackgroundColorCompNum" 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