PdfOptions Class
Contents
[
Hide
]Summary: The PDF options.
Module: aspose.imaging.imageoptions
Full Name: aspose.imaging.imageoptions.PdfOptions
Inheritance: IHasXmpData, IHasMetadata, ImageOptionsBase
Constructors
Name | Description |
---|---|
PdfOptions() | Initializes a new instance of the PdfOptions class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
buffer_size_hint | int | r/w | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. |
disposed | bool | r | Gets a value indicating whether this instance is disposed. |
full_frame | bool | r/w | Gets or sets a value indicating whether [full frame]. |
keep_metadata | bool | r/w | Gets a value whether to keep original image metadata on export. |
multi_page_options | MultiPageOptions | r/w | The multipage options |
page_size | SizeF | r/w | Gets or sets the size of the page. |
palette | IColorPalette | r/w | Gets or sets the color palette. |
pdf_core_options | PdfCoreOptions | r/w | The PDF core options |
pdf_document_info | PdfDocumentInfo | r/w | Gets or sets metadata for document. |
resolution_settings | ResolutionSetting | r/w | Gets or sets the resolution settings. |
source | Source | r/w | Gets or sets the source to create image in. |
use_original_image_resolution | bool | r/w | Gets or sets a value indicating to use the original image DPI resolution |
vector_rasterization_options | VectorRasterizationOptions | r/w | Gets or sets the vector rasterization options. |
xmp_data | XmpPacketWrapper | r/w | Gets or sets the XMP metadata container. |
Methods
Name | Description |
---|---|
clone() | Clones this instance. |
Constructor: PdfOptions()
PdfOptions()
Initializes a new instance of the PdfOptions class.
Method: clone()
clone()
Clones this instance.
Returns
Type | Description |
---|---|
ImageOptionsBase | Returns shallow copy of this instance |