LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)

Passes Property (RasterSaveDialog)

Show in webframe





Gets or sets the number of passes to make when saving progressive JPEG and LEAD CMP images.
Syntax
public int Passes {get; set;}
'Declaration
 
Public Property Passes As Integer
'Usage
 
Dim instance As RasterSaveDialog
Dim value As Integer
 
instance.Passes = value
 
value = instance.Passes

            

            
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

See Also

Reference

RasterSaveDialog Class
RasterSaveDialog Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.