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



Image file name to encode.

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

Add a new page by specifying an image file name.
Syntax
Public Overloads Sub AddPage( _
   ByVal imageFileName As String _
) 
Dim instance As Encoder
Dim imageFileName As String
 
instance.AddPage(imageFileName)
public void AddPage( 
   string imageFileName
)
public:
void AddPage( 
   String^ imageFileName
) 

Parameters

imageFileName

Image file name to encode.

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

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