ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEImageAttrs Class / Decode Field




In This Topic
    Decode Field
    In This Topic
    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