ClearImage 8 Help
jpegQuality Property
See Also  Send Feedback
Inlite.ClearImageNet Namespace > ImageIO Class : jpegQuality Property






Quality of JPEG Compression. 0-the lowest, 100-the highest

Syntax

Visual Basic (Declaration) 
Public Property jpegQuality As Integer
Visual Basic (Usage)Copy Code
Dim instance As ImageIO
Dim value As Integer
 
instance.jpegQuality = value
 
value = instance.jpegQuality
C# 
public int jpegQuality {get; set;}
Delphi 
public read-write property jpegQuality: Integer; 
JScript 
public function get,set jpegQuality : int
Managed Extensions for C++ 
public: __property int get_jpegQuality();
public: __property void set_jpegQuality( 
   int value
);
C++/CLI 
public:
property int jpegQuality {
   int get();
   void set (    int value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.