Passes Property

Summary

Gets or sets the number of passes to make when saving progressive JPEG and LEAD CMP images.

Syntax
C#
VB
C++
public int Passes { get; set; } 
  
Public Property Passes As Integer 
public: 
property int Passes { 
   int get(); 
   void set (    int value); 
} 

Property Value

The number of passes to make when saving progressive JPEG and LEAD CMP images. For valid values, refer to the Leadtools.Codecs.CodecsJpegSaveOptions.Passes Property.

Example

Refer to RasterSaveDialog example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly