←Select platform

PageIndex Property

Summary

Gets the 0-based page index of the image being loaded.

Syntax

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

Property Value

The 0-based page index of the loaded image.

Remarks

If the image is cached because it was an external image or it was processed by one of the image processing commands, this property will contains the valid page index of the cached image.

Example

Refer to WebImageViewer.ApplyCommand

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