Cuminas DjVu SDK for .NET Framework
AddPage(Image) Method



Image object to encode.
Add a new page by specifying an Image object.
Syntax
Public Overloads Sub AddPage( _
   ByVal image As Image _
) 
Dim instance As Encoder
Dim image As Image
 
instance.AddPage(image)
public void AddPage( 
   Image image
)
public:
void AddPage( 
   Image^ image
) 

Parameters

image
Image object to encode.
Requirements

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

See Also

Reference

Encoder Class
Encoder Members
Overload List

Send Feedback