Cuminas DjVu SDK for .NET Framework
UpdateEncoderParams2 Delegate



Syntax
Public Delegate Sub UpdateEncoderParams2( _
   ByRef encParams As EncoderParams, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal dpi As Integer, _
   ByVal bmp As Bitmap, _
   ByVal imageFileName As String _
) 
Dim instance As New UpdateEncoderParams2(AddressOf HandlerMethod)
public delegate void UpdateEncoderParams2( 
   ref EncoderParams encParams,
   int width,
   int height,
   int dpi,
   Bitmap bmp,
   string imageFileName
)
public delegate void UpdateEncoderParams2( 
   EncoderParams^% encParams,
   int width,
   int height,
   int dpi,
   Bitmap^ bmp,
   String^ imageFileName
)

Parameters

encParams
width
height
dpi
bmp
imageFileName
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

UpdateEncoderParams2 Members
DjVu Namespace

Send Feedback