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

RasterImageFormat Enumeration

Show in webframe
Indicates the raster image file format.
Syntax
Leadtools.Documents.RasterImageFormat = function() { };
Leadtools.Documents.RasterImageFormat.prototype = {
	unknown = 0,
	tifJpeg422 = 24,
	ccittGroup4 = 29,
	rasPdfG4 = 149,
	rasPdfJpeg = 150,
	
 };
Members
ValueMemberDescription
0unknown Unknown format or not a raster format.
24tifJpeg422 TIFF with JPEG compression. This is used by B/W and colored images.
29ccittGroup4 TIFF CCITT Group4 two dimensions 4. This is used by B/W images only.
149rasPdfG4 Portable Document Format (PDF) with CCITT Group 4 compression. This is used by B/W images only.
150rasPdfJpeg Portable Document Format (PDF) with JPEG compression. This is used by B/W and colored images.
Remarks

Currently used as:

Example

For an example, refer to Convert.

See Also

Reference

Leadtools.Documents Namespace

Error processing SSI file