LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Page Property (CodecsPageEventArgs)

Show in webframe







Gets the page number of the image being loaded or saved.
Syntax
public int Page {get;}
'Declaration
 
Public ReadOnly Property Page As Integer
'Usage
 
Dim instance As CodecsPageEventArgs
Dim value As Integer
 
value = instance.Page
public int Page {get;}
@property (nonatomic, readonly, assign) unsigned int page;
public int getPage()
 get_Page(); 
public:
property int Page {
   int get();
}

Property Value

The 1-based index page number of the image being loaded or saved.
Example
For an example, refer to RasterCodecs.LoadPage.
Requirements

Target Platforms

See Also

Reference

CodecsPageEventArgs Class
CodecsPageEventArgs Members

 

 


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