ImageCount returns the number of page/images/frames founds inside the last loaded file. This property is valid for all file formats.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public int ImageCount { get; set; }
Public Property ImageCount As Integer Get Set
public: property int ImageCount { int get (); void set (int value); }