Cuminas DjVu SDK for .NET Framework
AddPage(Image,EncoderParams,Image) 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, _
   ByVal mask As Image _
) 
Dim instance As Encoder
Dim image As Image
Dim params As EncoderParams
Dim mask As Image
 
instance.AddPage(image, params, mask)
public void AddPage( 
   Image image,
   EncoderParams params,
   Image mask
)
public:
void AddPage( 
   Image^ image,
   EncoderParams^ params,
   Image^ mask
) 

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.
mask
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