Gets or sets the render quality of the images. Quality is a value ranging from 0 to 1 (default 1).
Namespace: FirstFloor.Documents.IOAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public double ImageQuality { get; set; } |
| Visual Basic |
|---|
Public Property ImageQuality As Double Get Set |
| Visual C++ |
|---|
public: property double ImageQuality { double get (); void set (double value); } |