MultiPageOptions Class
Summary: Base class for multiple pages supported formats
Module: aspose.imaging.imageoptions
Full Name: aspose.imaging.imageoptions.MultiPageOptions
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. |
| time_interval | TimeInterval | r/w | Gets or sets the time interval. |
Methods
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: create_with_int_range(range) [static]
create_with_int_range(range)
Initializes a new instance of the MultiPageOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| range | IntRange |
Returns
| Type | Description |
|---|---|
| MultiPageOptions |
Method: create_with_int_range_rect(range, export_area) [static]
create_with_int_range_rect(range, export_area)
Initializes a new instance of the MultiPageOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| range | IntRange | The IntRange. |
| export_area | Rectangle | The export area. |
Returns
| Type | Description |
|---|---|
| MultiPageOptions |
Method: create_with_int_ranges(ranges) [static]
create_with_int_ranges(ranges)
Initializes a new instance of the MultiPageOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| ranges | IntRange[] | The IntRange. |
Returns
| Type | Description |
|---|---|
| MultiPageOptions |
Method: create_with_int_ranges_rect(ranges, export_area) [static]
create_with_int_ranges_rect(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. |
Returns
| Type | Description |
|---|---|
| MultiPageOptions |
Method: create_with_page_number(page) [static]
create_with_page_number(page)
Initializes a new instance of the MultiPageOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| page | int |
Returns
| Type | Description |
|---|---|
| MultiPageOptions |
Method: create_with_page_number_rect(page, export_area) [static]
create_with_page_number_rect(page, export_area)
Initializes a new instance of the MultiPageOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| page | int | The page index. |
| export_area | Rectangle | The export area. |
Returns
| Type | Description |
|---|---|
| MultiPageOptions |
Method: create_with_page_numbers(pages) [static]
create_with_page_numbers(pages)
Initializes a new instance of the MultiPageOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| pages | int[] | The pages. |
Returns
| Type | Description |
|---|---|
| MultiPageOptions |
Method: create_with_page_numbers_rect(pages, export_area) [static]
create_with_page_numbers_rect(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. |
Returns
| Type | Description |
|---|---|
| MultiPageOptions |
Method: create_with_page_titles(page_titles) [static]
create_with_page_titles(page_titles)
Initializes a new instance of the MultiPageOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| page_titles | string[] | The page titles. |
Returns
| Type | Description |
|---|---|
| MultiPageOptions |
Method: create_with_page_titles_rect(page_titles, export_area) [static]
create_with_page_titles_rect(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. |
Returns
| Type | Description |
|---|---|
| MultiPageOptions |
Method: init_pages(ranges)
init_pages(ranges)
Initializes the pages from ranges array
Parameters:
| Parameter | Type | Description |
|---|---|---|
| ranges | IntRange[] | The ranges. |