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

QualityFactor Property

Show in webframe





Gets or sets the QualityFactor to be used when saving the file.
Syntax
public int QualityFactor {get; set;}
'Declaration
 
Public Property QualityFactor As Integer
'Usage
 
Dim instance As RasterSaveDialog
Dim value As Integer
 
instance.QualityFactor = value
 
value = instance.QualityFactor

            

            
public:
property int QualityFactor {
   int get();
   void set (    int value);
}

Property Value

The QualityFactor to be used in saving the file, refer to Leadtools.Codecs.RasterCodecs.Save(Leadtools.RasterImage,System.Uri,Leadtools.RasterImageFormat,System.Int32,System.Int32,System.Int32).
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.