LEADTOOLS Image File Support (Leadtools.Codecs assembly)

LastPage Property (CodecsLoadImageEventArgs)

Show in webframe







Gets the index of the last page being loaded.
Syntax
public int LastPage {get;}
'Declaration
 
Public ReadOnly Property LastPage As Integer
'Usage
 
Dim instance As CodecsLoadImageEventArgs
Dim value As Integer
 
value = instance.LastPage
public int LastPage {get;}
@property (nonatomic, readonly, assign) unsigned int lastPage;
public int getLastPage()
 get_LastPage(); 
public:
property int LastPage {
   int get();
}

Property Value

The 1-based index of the last page being loaded.
Example
For an example, refer to RasterCodecs.LoadImage.
Requirements

Target Platforms

See Also

Reference

CodecsLoadImageEventArgs Class
CodecsLoadImageEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.