PolygonGetInteriorColorCompNum Method |
Gets the number indicating interior color space of the Square.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int GetInteriorColorCompNum()
Public Function GetInteriorColorCompNum As Integer
public:
virtual int GetInteriorColorCompNum() sealed
function GetInteriorColorCompNum();
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.
Implements
IMarkupGetInteriorColorCompNumSee Also