RasterImageFormat Enumeration

Summary

Indicates the raster image file format.

Syntax

JavaScript Syntax
lt.Documents.RasterImageFormat = { 
	Unknown: 0, 
	TifJpeg422: 24, 
	CcittGroup4: 29, 
	RasPdfJpeg: 150, 
	RasPdfG4: 149 
} 
TypeScript Syntax
lt.Documents.RasterImageFormat = { 
	Unknown: 0, 
	TifJpeg422: 24, 
	CcittGroup4: 29, 
	RasPdfJpeg: 150, 
	RasPdfG4: 149 
} 

Members

0 Unknown

(0) Unknown format or not a raster format.

24 TifJpeg422

(24) TIFF with JPEG compression. This is used by B/W and colored images.

29 CcittGroup4

(29) TIFF CCITT Group4 two dimensions 4. This is used by B/W images only.

150 RasPdfJpeg

(150) Portable Document Format (PDF) with JPEG compression. This is used by B/W and colored images.

149 RasPdfG4

(149) Portable Document Format (PDF) with CCITT Group 4 compression. This is used by B/W images only.

Remarks

Currently used as:

Example

For an example, refer to Convert.

Requirements

Target Platforms

See Also

Reference

Leadtools.Documents Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly