WidgetGetTextColorCompNum Method |
Returns the number of color components in the text color of the Widget Annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public uint GetTextColorCompNum()
Public Function GetTextColorCompNum As UInteger
public:
virtual unsigned int GetTextColorCompNum() sealed
function GetTextColorCompNum();
Return Value
Type:
UInt32An 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.
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also