ImageGear .NET v25.0 - Updated
Color Field (ImGearPDEColorValue)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEColorValue Class : Color Field
Color value components.
Syntax
'Declaration
 
Public Color As Integer()
'Usage
 
Dim instance As ImGearPDEColorValue
Dim value() As Integer()
 
value = instance.Color
 
instance.Color = value
public int[] Color
public: int[]* Color
public:
array<int>^ Color

Field Value

Array of 1, 3 or 4 integer values.
Remarks
Gray color space has 1 component, RGB color space has 3 components and CMYK has 4 components.
See Also

Reference

ImGearPDEColorValue Class
ImGearPDEColorValue Members