Jpeg scale

Namespace: HiComponents.IEvolution
Assembly: 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

MemberValueDescription
AutoCalc0
self calculates JPEGScale to mach Params.Width and Params.Height properties
FullSize1
full size image (default). Slow loading
Half2
1/2 of the full size
Quarter3
1/4 of the full size
Eighth4
1/8 of the full size. Very fast loading.

See Also