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

Show in webframe

LastPage Property (CodecsSaveImageEventArgs)








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

Property Value

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

Target Platforms

See Also

Reference

CodecsSaveImageEventArgs Class
CodecsSaveImageEventArgs Members

Error processing SSI file