LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsJpegSaveOptions Class Members
See Also  Properties 
Leadtools.Codecs Namespace : CodecsJpegSaveOptions Class

The following tables list the members exposed by CodecsJpegSaveOptions.

Public Properties

 NameDescription
public Property CmpQualityFactorPredefinedGets and sets the pre-defined QFactor value when saving LEAD CMP compressed images.  
public Property DisableMmxEnables or disables use of MMX optimized instructions when saving JPEG and LEAD CMP images.  
public Property DisableP3Enables or disables use of PIII optimized instructions when saving JPEG and LEAD CMP images.  
public Property FixedPaletteStampGets and sets a value which indicates the type of palette to use when saving stamp images that are 8-bit.  
public Property JpegStampGets and sets a value indicating the compression to use when saving EXIF stamp images.  
public Property PassesGets and sets the number of passes when saving progressive JPEG and LEAD CMP images.  
public Property QualityFactorGets and sets the Quality Factor (QFactor) to use when saving JPEG and LEAD CMP compressed images.  
public Property SaveOldJtifEnables or disables saving of old style JTIF files.  
public Property SaveWithoutTimestampEnables or disables saving the image file with a time stamp.  
public Property SaveWithStampEnables and disables saving stamp images when saving JPEG and LEAD CMP compressed images.  
public Property StampBitsPerPixelGets and sets the bit depth for the stamp image.  
public Property StampHeightGets and sets the height for the stamp image.  
public Property StampWidthGets and sets the width for the stamp image.  
public Property YccStampGets and sets a value indicating the color space to use when saving EXIF stamp images.  
Top

See Also