Cuminas DjVu SDK for .NET Framework
AddPage Method



Adds a new page to the Encoder object.
Overload List
OverloadDescription
AddPage(Byte[],Int32,Int32,Photometric,Int32,Int32,Int32,EncoderParams,Byte[],Int32,Int32,MaskType,String)  
AddPage(Image,Int32,EncoderParams,Byte[],Int32,Int32,MaskType,String)  
AddPage(Byte[],Int32,Int32,Photometric,Int32,Int32,Int32,EncoderParams,Byte[],Int32,Int32,MaskType)Add a new page by specifying a Byte array.  
AddPage(Image,Int32,EncoderParams,Byte[],Int32,Int32,MaskType)Add a new page by specifying an Image object.  
AddPage(Image,EncoderParams,Image,String)  
AddPage(Image,EncoderParams,Image)Add a new page by specifying an Image object.  
AddPage(Image,EncoderParams)Add a new page by specifying an Image object.  
AddPage(Image)Add a new page by specifying an Image object.  
AddPage(String,EncoderParams)Add a new page by specifying an image file name.  
AddPage(String)Add a new page by specifying an image file name.  
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

Send Feedback