←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly