Visual Basic (Declaration) | |
---|---|
Public Property Format As RasterImageFormat |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterImageFormat Format {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property RasterImageFormat get_Format(); public: __property void set_Format( RasterImageFormat value ); |
C++/CLI | |
---|---|
public: property RasterImageFormat Format { RasterImageFormat get(); void set (RasterImageFormat value); } |
Return Value
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family