Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

RasterImageBitsPerPixel Property

Show in webframe
Bits per pixel to use for the output document when raster conversion is used.
Syntax
get_rasterImageBitsPerPixel();
set_rasterImageBitsPerPixel(value);
Object.defineProperty('rasterImageBitsPerPixel');

Property Value

TypeDescription
intThe bits per pixel to use for the output document when raster conversion is used. Default value is 0.
Remarks

RasterImageBitsPerPixel is only used when the job uses raster conversion (the value of RasterImageFormat is not RasterImageFormat.Unknown).

This value is passed as the bitsPerPixel parameter to the LEADTOOLS RasterCodecs Save method used during raster conversion. The default value of 0 means use the best bits per pixel from the input document and the values supported by the output document.

Example

For an example, refer to Convert.

See Also

Reference

DocumentConverterJobData Object
DocumentConverterJobData Members

Error processing SSI file