Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
CodecsJpegOptions Class
See Also  Members  
Leadtools.Codecs Namespace : CodecsJpegOptions Class



Provides extra options for loading and saving JPEG and LEAD CMP images.

Object Model



Syntax

Visual Basic (Declaration) 
Public Class CodecsJpegOptions 
Visual Basic (Usage)Copy Code
Dim instance As CodecsJpegOptions
C# 
public class CodecsJpegOptions 
C++/CLI 
public ref class CodecsJpegOptions 

Remarks

To use this class, set up the options you want then call RasterCodecs.Load or RasterCodecs.Save.

Inheritance Hierarchy

System.Object
   Leadtools.Codecs.CodecsJpegOptions

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also