LEADTOOLS Image File Support (Leadtools.Codecs assembly)

FirstPage Property (CodecsSaveImageEventArgs)

Show in webframe







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

Property Value

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

Target Platforms

See Also

Reference

CodecsSaveImageEventArgs Class
CodecsSaveImageEventArgs Members

 

 


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