ImageGear .NET v25.0 - Updated
Decode Field




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

Field Value

Array of integer values.
Remarks
An array of numbers specifying the mapping from sample values in the image to values appropriate for the current color space. These values correspond to the Decode key in the image dictionary. The default value is {0, 0, 0, 0, 0, 0, 0, 0}.
See Also

Reference

ImGearPDEImageAttrs Class
ImGearPDEImageAttrs Members