←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly