←Select platform

ItemsCount Property

Summary

Gets the count of the items being enumerated.

Syntax

C#
VB
C++
public int ItemsCount { get; } 
  
Public ReadOnly Property ItemsCount As Integer 
public: 
property int ItemsCount { 
   int get(); 
} 

Property Value

The number of items being enumerated.

Example

For an example, refer to WiaSession.GetRootItem

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly