Property ImageSaveJPGQuality
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
ImageSaveJPGQuality
Get/Set the default image quality (0=lowest to 100=highest) when saving in a raster JPG image using the SaveAs(string, Image) method and the vdPrint to export to image.
public byte ImageSaveJPGQuality { get; set; }
Property Value
Remarks
This property specifies the level of compression for an JPG image. The range of useful values for this is from 0 to 100. The lower the number specified, the higher the compression and therefore the lower the quality of the image. Zero would result in the lowest quality image and 100 the highest. Default values is 255 and the default GDI jpeg export is used.