ScreenGetBackgroundColor Method |
Gets the background color of the Screen annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public ColorPt GetBackgroundColor()
Public Function GetBackgroundColor As ColorPt
public:
virtual ColorPt^ GetBackgroundColor() sealed
function GetBackgroundColor();
Return Value
Type:
ColorPt A ColorPt object that denotes the color of the Screen 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 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