←Select platform

PageCount Property

Summary

Gets the number of frames of the cell.

Syntax

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

Property Value

value that indicates the number of frames assigned to the cell.

Remarks

This is especially useful when the user enables the low memory usage. In this case, the number of frames cannot be obtained from the Image property, since it will return null.

Example

For an example, refer to GetPage.

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.MedicalViewer Assembly