C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value indicating the format of the image to decompress.
public RasterImageFormat Format { get; set; }
Public Property Format As Leadtools.RasterImageFormat
public Leadtools.RasterImageFormat Format {get; set;}
@property (nonatomic, assign) LTRasterImageFormat format
public RasterImageFormat getFormat()
public void setFormat(RasterImageFormat value)
<br/>get_Format();<br/>set_Format(value);<br/>Object.defineProperty('Format');
public:
property Leadtools.RasterImageFormat Format {
Leadtools.RasterImageFormat get();
void set ( Leadtools.RasterImageFormat );
}
A 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 |
For an example, refer to RasterCodecs.StartDecompress.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET