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

Show in webframe

Page Property (CodecsLoadImageEventArgs)








Gets the index of the page currently being loaded.
Syntax
public int Page {get;}
'Declaration
 
Public ReadOnly Property Page As Integer
'Usage
 
Dim instance As CodecsLoadImageEventArgs
Dim value As Integer
 
value = instance.Page
public int Page {get;}
@property (nonatomic, assign, readonly) NSUInteger page
public int getPage()
 get_Page(); 
public:
property int Page {
   int get();
}

Property Value

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

Target Platforms

See Also

Reference

CodecsLoadImageEventArgs Class
CodecsLoadImageEventArgs Members

Error processing SSI file