IExportToPdfOperation interface
An operation for image export into PDF format. Use properties of this interface to tune result PDF-file metadata and settings.
interface IExportToPdfOperation : IDisposable
Properties
| Name | Type | Description |
|---|---|---|
| Compression | Compression | A uniform image compression scale for all lossy formats. |
| PageWidth | int | Result PDF document width in millimeters. |
| PageHeight | int | Result PDF document height in millimeters. |
| PdfInfoTitle | string | Title of the result PDF document. |
| PdfInfoSubject | string | Subject of the result PDF document. |
| PdfInfoKeywords | string | Keywords defined for the result PDF document. |
| PdfInfoAuthor | string | Information about the result PDF document author. |
| PdfInfoCompany | string | Information about the result PDF document company. |
| PdfInfoCreator | string | Creator of the result PDF document. |
| PdfInfoProducer | string | Producer of the result PDF document. |
Methods
| Name | Description |
|---|---|
| AddImage | Defines the image to be exported. |
02.03.2022 12:59:15