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



Image object to encode.
Parameters to configure the encoding parameter for the page. It can be null to use the global parameter specified to the Encoder object.
Add a new page by specifying an Image object.
Syntax
Public Overloads Sub AddPage( _
   ByVal image As Image, _
   ByVal params As EncoderParams _
) 
Dim instance As Encoder
Dim image As Image
Dim params As EncoderParams
 
instance.AddPage(image, params)
public void AddPage( 
   Image image,
   EncoderParams params
)
public:
void AddPage( 
   Image^ image,
   EncoderParams^ params
) 

Parameters

image
Image object to encode.
params
Parameters to configure the encoding parameter for the page. It can be null to use the global parameter specified to the Encoder object.
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