Jpeg scale
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum JPEGScale
Public Enumeration JPEGScale
public enum class JPEGScale
Members
Member | Value | Description |
---|---|---|
AutoCalc | 0 |
self calculates JPEGScale to mach Params.Width and Params.Height properties
|
FullSize | 1 |
full size image (default). Slow loading
|
Half | 2 |
1/2 of the full size
|
Quarter | 3 |
1/4 of the full size
|
Eighth | 4 |
1/8 of the full size. Very fast loading.
|