Quality Property

Summary

Gets or sets the quality level (Quality Factor) of the image.

Syntax
C#
VB
C++
public string Quality { get; set; } 
  
Public Property Quality As String 
public: 
property String^ Quality { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String value used to limit data transmission to a quality level associated with the image. Possible values range between 0 for the lowest quality and 100 for highest quality).

Remarks

The server may ignore this field by returning a -1 in the response header.

Requirements

Target Platforms

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

Leadtools.Jpip Assembly