Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

TotalPages Property (RasterThumbnailBrowserLoadThumbnailEventArgs)






The total number of pages in the file to load.
Syntax
public int TotalPages {get;}
'Declaration
 
Public ReadOnly Property TotalPages As Integer
'Usage
 
Dim instance As RasterThumbnailBrowserLoadThumbnailEventArgs
Dim value As Integer
 
value = instance.TotalPages

            

            
public:
property int TotalPages {
   int get();
}

Property Value

An System.String value that contains the total number of pages in the file to load.
Example
For an example, refer to LoadThumbnails(String,String,RasterThumbnailBrowserLoadFlags).
Requirements

Target Platforms

See Also

Reference

RasterThumbnailBrowserLoadThumbnailEventArgs Class
RasterThumbnailBrowserLoadThumbnailEventArgs Members

Error processing SSI file