SetJPEGQuality
Description
Sets the quality for any JPEG images produced by the library.
Syntax
Delphi
function TDebenuPDFLibrary1811.SetJPEGQuality(Quality: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetJPEGQuality(Quality As Long) As Long
DLL
int DPLSetJPEGQuality(int InstanceID, int Quality)
Parameters
Quality | A number between 1 and 100 indicating the quality of the image. The higher the value, the better the image quality, but the larger the file size. The lower the value, the smaller the resulting file size, but at the expense of picture quality. |