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

Show in webframe

TotalPages Property








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) NSInteger 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

Error processing SSI file