Click or drag to resize

InkGetInteriorColorCompNum 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()

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

IMarkupGetInteriorColorCompNum
See Also