PdfCoreOptions Class
Contents
[
Hide
]Summary: The common options for convertion to PDF
Module: aspose.psd.fileformats.pdf
Full Name: aspose.psd.fileformats.pdf.PdfCoreOptions
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
PdfCoreOptions() | Initializes a new instance of the PdfCoreOptions class |
Properties
Name | Type | Access | Description |
---|---|---|---|
bookmarks_outline_level | int | r/w | Specifies at which level in the document outline to display bookmark objects. 0 - not displayed. 1 at first level and so on. Default is 0. |
expanded_outline_levels | int | r/w | Specifies how many levels in the document outline to show expanded when the PDF file is viewed. 0 - the document outline is not expanded. 1 - first level items in the document are expanded and so on. Default is 0. |
headings_outline_levels | int | r/w | Specifies how many levels of outline items to include in the document outline. 0 - no outline, 1 - one outline level and so on. Default is 0. |
jpeg_quality | int | r/w | Specifies the quality of JPEG compression for images (if JPEG compression is used). Default is 95. |
pdf_compliance | PdfComplianceVersion | r/w | Gets or sets the PDF compliance. |
Constructor: PdfCoreOptions()
PdfCoreOptions()
Initializes a new instance of the PdfCoreOptions class