RasterImageFormat Enumeration

Summary

Indicates the raster image file format.

Syntax
TypeScript
JavaScript
lt.Document.RasterImageFormat = { 
   unknown: 0, 
   tifJpeg422: 24, 
   ccittGroup4: 29, 
   rasPdfJpeg: 150, 
   rasPdfG4: 149 
} 
lt.Document.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.Document Namespace

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.