Cuminas DjVu SDK for .NET Framework
LoadImage Method (WICImageImporter)



Index of the image
Syntax
Public Overridable Function LoadImage( _
   ByVal index As Integer _
) As Bitmap
Dim instance As WICImageImporter
Dim index As Integer
Dim value As Bitmap
 
value = instance.LoadImage(index)
public virtual Bitmap LoadImage( 
   int index
)
public:
virtual Bitmap^ LoadImage( 
   int index
) 

Parameters

index
Index of the image
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

WICImageImporter Class
WICImageImporter Members

Send Feedback