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