Gets or sets the JPEG images and thumbnails quality.
Namespace:
ElementIT.UltimateUploaderAssembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.0.17128 (1.4.0)
Syntax
C# |
---|
public int JpegQuality { get; set; } |
Visual Basic (Declaration) |
---|
Public Property JpegQuality As Integer |
Visual C++ |
---|
public: property int JpegQuality { int get (); void set (int value); } |