Click or drag to resize

ElementGetDecodeArray Method

Gets the decode Array.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Obj GetDecodeArray()

Return Value

Type: Obj
Decode Array or NULL if the paramter is not specified. A decode object is an Array of numbers describing how to map image samples into the range of values appropriate for the image's color space . If ImageMask is true, the Array must be either [0 1] or [1 0]; otherwise, its length must be twice the number of color components required by ColorSpace. Default value depends on the color space, See Table 4.36 in PDF Ref. Manual.
See Also