MultiPageOptions Class
Summary: Base class for multiple pages supported formats
Module: aspose.psd.imageoptions
Full Name: aspose.psd.imageoptions.MultiPageOptions
Aspose.PSD Version: 24.12.0
Constructors
| Name | Description |
|---|---|
| MultiPageOptions() | Initializes a new instance of the MultiPageOptions class. |
| MultiPageOptions(page) | Initializes a new instance of the MultiPageOptions class. |
| MultiPageOptions(page, export_area) | Initializes a new instance of the MultiPageOptions class. |
| MultiPageOptions(page_titles) | Initializes a new instance of the MultiPageOptions class. |
| MultiPageOptions(page_titles, export_area) | Initializes a new instance of the MultiPageOptions class. |
| MultiPageOptions(pages) | Initializes a new instance of the MultiPageOptions class. |
| MultiPageOptions(pages, export_area) | Initializes a new instance of the MultiPageOptions class. |
| MultiPageOptions(range) | Initializes a new instance of the MultiPageOptions class. |
| MultiPageOptions(range, export_area) | Initializes a new instance of the MultiPageOptions class. |
| MultiPageOptions(ranges) | Initializes a new instance of the MultiPageOptions class. |
| MultiPageOptions(ranges, export_area) | Initializes a new instance of the MultiPageOptions class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| export_area | Rectangle | r/w | Gets or sets the export area. |
| merge_layers | bool | r/w | Gets or sets a value indicating whether [merege layers]. |
| mode | MultiPageMode | r/w | Gets or sets the mode. |
| output_layers_names | string | r/w | Gets or sets the output layers names(Works if export format supports layers naming, for example for Psd) |
| page_rasterization_options | VectorRasterizationOptions[] | r/w | Gets or sets the page rasterization options. |
| page_titles | string | r/w | Gets or sets the page titles. |
| pages | int | r/w | Gets or sets the pages. |
Methods
| Name | Description |
|---|---|
| init_pages(ranges) | Initializes the pages from ranges array |
Constructor: MultiPageOptions()
MultiPageOptions()
Initializes a new instance of the MultiPageOptions class.
Constructor: MultiPageOptions(page)
MultiPageOptions(page)
Initializes a new instance of the MultiPageOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| page | int |
Constructor: MultiPageOptions(page, export_area)
MultiPageOptions(page, export_area)
Initializes a new instance of the MultiPageOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| page | int | |
| export_area | Rectangle | The export area. |
Constructor: MultiPageOptions(page_titles)
MultiPageOptions(page_titles)
Initializes a new instance of the MultiPageOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| page_titles | string | The page titles. |
Constructor: MultiPageOptions(page_titles, export_area)
MultiPageOptions(page_titles, export_area)
Initializes a new instance of the MultiPageOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| page_titles | string | The page titles. |
| export_area | Rectangle | The export area. |
Constructor: MultiPageOptions(pages)
MultiPageOptions(pages)
Initializes a new instance of the MultiPageOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| pages | int | The pages. |
Constructor: MultiPageOptions(pages, export_area)
MultiPageOptions(pages, export_area)
Initializes a new instance of the MultiPageOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| pages | int | The array of pages. |
| export_area | Rectangle | The export area. |
Constructor: MultiPageOptions(range)
MultiPageOptions(range)
Initializes a new instance of the MultiPageOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| range | IntRange |
Constructor: MultiPageOptions(range, export_area)
MultiPageOptions(range, export_area)
Initializes a new instance of the MultiPageOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| range | IntRange | |
| export_area | Rectangle | The export area. |
Constructor: MultiPageOptions(ranges)
MultiPageOptions(ranges)
Initializes a new instance of the MultiPageOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| ranges | IntRange[] | The IntRange. |
Constructor: MultiPageOptions(ranges, export_area)
MultiPageOptions(ranges, export_area)
Initializes a new instance of the MultiPageOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| ranges | IntRange[] | The IntRange. |
| export_area | Rectangle | The export area. |
Method: init_pages(ranges)
init_pages(ranges)
Initializes the pages from ranges array
Parameters:
| Parameter | Type | Description |
|---|---|---|
| ranges | IntRange[] | The ranges. |