PushButtonWidgetGetBackgroundColorCompNum Method |
Gets the number indicating background color space of the Widget annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int GetBackgroundColorCompNum()
Public Function GetBackgroundColorCompNum As Integer
public:
virtual int GetBackgroundColorCompNum() sealed
function GetBackgroundColorCompNum();
Return Value
Type:
Int32 An integer indicating a color space value from the ColorSpace::Type enum. That is,
1 corresponding to "e_device_gray",
3 corresponding to "e_device_rgb", and 4 corresponding to "e_device_cmyk" if color space is applicable,
orelse 0 corresponding to "e_null" if the color is transparent.
Remarks 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