PdfOptimizationOptions Properties
Specifies optimization options for a PDF document.| Name | Description |
|---|---|
| ImageCompressionOptions | Gets or sets the settings used to compress images in the output PDF during optimization. |
| RemoveAttachments | Gets or sets whether attachments are removed from the output PDF file during optimization. |
| RemoveBookmarkOutlines | Gets or sets whether bookmark outlines are removed from the output PDF file during optimization. |
| RemoveJavaScriptActions | Gets or sets whether JavaScript actions are removed from the output PDF file during optimization. |
| RemoveLogicalStructure | Gets or sets whether the logical structure (tags) is removed from the output PDF file during optimization. |
| RemoveMetadata | Gets or sets whether metadata is removed from the output PDF file during optimization. |
| RemoveThumbnails | Gets or sets whether page thumbnails are removed from the output PDF file during optimization. |
See Also