Cuminas DjVu SDK for .NET Framework
UpdateEncoderParams Delegate



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

Parameters

encParams
width
height
dpi
bmp
Requirements

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

See Also

Reference

UpdateEncoderParams Members
DjVu Namespace

Send Feedback