Document.AddImageToDocument
Leave feedback
On this page
Change image quality and add image to document
public void AddImageToDocument(string dataDir, string jpgFileName, int pageNumber, int imageQuality)
| Parameter | Type | Description |
|---|---|---|
| dataDir | String | Specify the path to the input PDF file |
| jpgFileName | String | The path to the JPG file |
| pageNumber | Int32 | Page where the image will be inserted |
| imageQuality | Int32 | Set image quality from 1 to 100, “1” - is the smallest resolution “100” - is the largest |
- class Document
- namespace GroupDocs.Annotation
- assembly GroupDocs.Annotation
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.