THotPDF.AddImageWithJpegQuality Method
메서드 요약: THotPDF.AddImageWithJpegQuality Method
선언
function AddImageWithJpegQuality(Image: TGraphic; Quality: TJPEGQualityRange): Integer;
유닛
HPDFDoc
매개 변수
| 이름 | 목적 |
|---|---|
Image | Graphic object used as the image source |
Quality | JPEG quality value passed to the encoder |
반환 값
Image resource index for the encoded image
사용 참고
- Use this overload when output size and JPEG artefacts need explicit control
- Use the file-name overload for disk-based image sources
관련 API
- THotPDF
- THotPDF.AddImage Method
- THotPDF.AddImageFromFile Method
- Contents