Gets the image file format.
public RasterImageFormat Format { get; set; }
Public Property Format As RasterImageFormat
@property (nonatomic, assign) LTRasterImageFormat format
public RasterImageFormat getFormat()
public void setFormat(RasterImageFormat value)
public:
property RasterImageFormat Format {
RasterImageFormat get();
void set ( RasterImageFormat );
}
The image file format. The following are valid formats:
Value | Meaning |
---|---|
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 |
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.Raw | RAW file |
RasterImageFormat.RawLzw | RAW file with LZW compression |
RasterImageFormat.RawJpeg | RAW file with JPEG compression |
RasterImageFormat.Raw | RAW file |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document