Specifies the amount to reduce image size when loading (in order to load faster).
Maximum value depends on the encoded image. Generally, it will be less than 6.
-1 = Auto-Calculate: Reduce to approximately Width and Height
0 = no reduction
1 = reduce to 1/2 (2^1)
2 = reduce to 1/4 (2^2)
3 = reduce to 1/8 (2^3)
4 = reduce to 1/16 (2^4)
etc...
Default is 0
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public int J2000_Reduce { get; set; }
Public Property J2000_Reduce As Integer Get Set
public: property int J2000_Reduce { int get (); void set (int value); }