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

Show in webframe

FirstPage Property (CodecsLoadImageEventArgs)








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

Property Value

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

Target Platforms

See Also

Reference

CodecsLoadImageEventArgs Class
CodecsLoadImageEventArgs Members

Error processing SSI file