LEADTOOLS Image File Support (Leadtools.Codecs assembly)

TotalPages Property

Show in webframe







Gets the total number of pages in the file.
Syntax
public int TotalPages {get;}
'Declaration
 
Public ReadOnly Property TotalPages As Integer
'Usage
 
Dim instance As CodecsImageInfo
Dim value As Integer
 
value = instance.TotalPages
public int TotalPages {get;}
@property (nonatomic, assign, readonly) unsigned int totalPages;
public int getTotalPages()
 get_TotalPages(); 
public:
property int TotalPages {
   int get();
}

Property Value

The total number of pages in the file.
Example
For an example, refer to CodecsImageInfo.
Requirements

Target Platforms

See Also

Reference

CodecsImageInfo Class
CodecsImageInfo Members

 

 


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