QualityFactor Property

Summary
Gets or sets the QualityFactor to be used when saving the file.
Syntax
C#
VB
C++
public int QualityFactor { get; set; } 
  
Public Property QualityFactor As Integer 
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

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

Leadtools.WinForms.CommonDialogs.File Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.