Click or drag to resize

ScreenGetBorderColor Method

Gets the border color of the Screen annotation.

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

Return Value

Type: ColorPt
A ColorPt object that denotes the color of the Screen 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 Screen 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