LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

Format Property (CodecsStartDecompressOptions)






Gets or sets a value indicating the format of the image to decompress. .NET support WinRT support Silverlight support
Syntax
public RasterImageFormat Format {get; set;}
'Declaration
 
Public Property Format As RasterImageFormat
'Usage
 
Dim instance As CodecsStartDecompressOptions
Dim value As RasterImageFormat
 
instance.Format = value
 
value = instance.Format
public RasterImageFormat Format {get; set;}
 get_Format();
set_Format(value);
public:
property RasterImageFormat Format {
   RasterImageFormat get();
   void set (    RasterImageFormat value);
}

Property Value

A Leadtools.RasterImageFormat value indicating the format of the image to decompress.

Possible values are:

Value Meaning
RasterImageFormat.Jpeg JPEG file
RasterImageFormat.RawRle4 RAW file with RLE compression, 4 bits per pixel
RasterImageFormat.RawRle8 RAW file with RLE compression, 8 bits per pixel
RasterImageFormat.RawBitfields RAW file with bitfield compression
RasterImageFormat.RawPackBits RAW file with packed bits compression
RasterImageFormat.RawCcitt RAW file with CCITT compression
RasterImageFormat.FaxG31Dim Fax file with G3 one-dimensional compression
RasterImageFormat.FaxG32Dim Fax file with G3 two-dimensional compression
RasterImageFormat.FaxG4 Fax file with G4 compression
Example
For an example, refer to RasterCodecs.StartDecompress.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsStartDecompressOptions Structure
CodecsStartDecompressOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.