This property specifies the number of invisible images to load ahead. The defaul is 0.
This property acts only if images are loaded on demand like when you set ImageFileName[] or FillFromDirectory or LoadFromFileOnDemand.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public int LookAhead { get; set; }
Public Property LookAhead As Integer Get Set
public: property int LookAhead { int get (); void set (int value); }