Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

ImagePage Property (CodecsLoadImageEventArgs)








Gets the index of the RasterImage.Page into which the image data is being loaded.
Syntax
public int ImagePage {get;}
public int ImagePage {get;}
@property (nonatomic, assign, readonly) NSUInteger imagePage
public int getImagePage()
 get_ImagePage(); 
public:
property int ImagePage {
   int get();
}
'Declaration
 
Public ReadOnly Property ImagePage As Integer
 
'Usage
 
Dim instance As CodecsLoadImageEventArgs
Dim value As Integer
 
value = instance.ImagePage

Property Value

The 1-based index of the RasterImage.Page into which the image data is being loaded.
Example
For an example, refer to RasterCodecs.LoadImage.
Requirements

Target Platforms

See Also

Reference

CodecsLoadImageEventArgs Class
CodecsLoadImageEventArgs Members

Error processing SSI file