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



Image file name to encode.

For the image formats supported by the SDK, see Image Format Support.

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 file name.
Syntax
Public Overloads Sub AddPage( _
   ByVal imageFileName As String, _
   ByVal params As EncoderParams _
) 
Dim instance As Encoder
Dim imageFileName As String
Dim params As EncoderParams
 
instance.AddPage(imageFileName, params)
public void AddPage( 
   string imageFileName,
   EncoderParams params
)
public:
void AddPage( 
   String^ imageFileName,
   EncoderParams^ params
) 

Parameters

imageFileName

Image file name to encode.

For the image formats supported by the SDK, see Image Format Support.

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