JpgViewOptionsQuality Property |
Quality of the output image;
Valid values are between 1 and 100;
Default value is 90.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 21.2
Syntaxpublic byte Quality { get; set; }
Public Property Quality As Byte
Get
Set
public:
property unsigned char Quality {
unsigned char get ();
void set (unsigned char value);
}
member Quality : byte with get, set
Property Value
Type:
Byte
See Also