LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)
LEAD Technologies, Inc

PageIndex Property






Gets the 0-based page index of the image being loaded.
Syntax
public int PageIndex {get;}
'Declaration
 
Public ReadOnly Property PageIndex As Integer
'Usage
 
Dim instance As ImageInfo
Dim value As Integer
 
value = instance.PageIndex
public int PageIndex {get;}
 get_PageIndex(); 
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImageInfo Structure
ImageInfo Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.