StrikeOutGetInteriorColor Method |
Sets the interior color of the Square.
(Optional; PDF 1.4 )
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public ColorPt GetInteriorColor()
Public Function GetInteriorColor As ColorPt
public:
virtual ColorPt^ GetInteriorColor() sealed
function GetInteriorColor();
Return Value
Type:
ColorPtinterior color
Implements
IMarkupGetInteriorColorRemarks it is necessary to make sure the consistancy between the ColorPt type
and the ColorSpace::Type value. e_device_gray corresponds to an Array of two numbers;
e_device_rgb corresponds to an Array of 3 numbers, e_device_cmyk corresponds to an Array of
4 numnbers, while e_null correspons to an arry of 0 number. Entries out of the specified
color space Array length will be desgarded. However, missing entries for a specified color space
will throw exception either when setting the color or when later retrieving color(colorspace)
information.
See Also