ZoomFilter specifies the filter to apply in zoom-in (Zoom property) operations.
The fastest way to zoom a picture is to set ZoomFilter to None (default).
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public IEResampleFilter ZoomFilter { get; set; }
Public Property ZoomFilter As IEResampleFilter Get Set
public: property IEResampleFilter ZoomFilter { IEResampleFilter get (); void set (IEResampleFilter value); }
Field Value
Allowed values:
None, Triangle, Hermite, Bell, BSpline, Lanczos3, Mitchell, Nearest, Linear, FastLinear