Gets and sets the number of passes when saving progressive JPEG and LEAD CMP images.
public int Passes { get; set; }
Public Property Passes As Integer
@property (nonatomic, assign) NSInteger passes
public int getPasses()
public void setPasses(int value)
The number of passes (scans through the image) when saving a progressive JPEG or LEAD CMP file.
Value | Meaning |
---|---|
> 1 | Save the file as a progressive file with the specified number of passes. |
1 | Save a regular JPEG file with dynamically optimized Huffman tables (ie the Huffman tables are optimized for the image you are saving). Use this for smaller file size (at the expense of speed). |
0 | Save a regular JPEG file with static Huffman tables (ie the Huffman tables are the same for all images). |
< 0 | Save the file as a progressive file with the LEADTOOLS default number of passes. |
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