MultiPageOptions Class

Summary: Base class for multiple pages supported formats

Module: aspose.imaging.imageoptions

Full Name: aspose.imaging.imageoptions.MultiPageOptions

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
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

NameTypeAccessDescription
export_areaRectangler/wGets or sets the export area.
merge_layersboolr/wGets or sets a value indicating whether [merege layers].
modeMultiPageModer/wGets or sets the mode.
output_layers_namesstringr/wGets or sets the output layers names(Works if export format supports layers naming, for example for Psd)
page_rasterization_optionsVectorRasterizationOptions[]r/wGets or sets the page rasterization options.
page_titlesstringr/wGets or sets the page titles.
pagesintr/wGets or sets the pages.
time_intervalTimeIntervalr/wGets or sets the time interval.

Methods

NameDescription
create_with_int_range(range)Initializes a new instance of the MultiPageOptions class.
create_with_int_range_rect(range, export_area)Initializes a new instance of the MultiPageOptions class.
create_with_int_ranges(ranges)Initializes a new instance of the MultiPageOptions class.
create_with_int_ranges_rect(ranges, export_area)Initializes a new instance of the MultiPageOptions class.
create_with_page_number(page)Initializes a new instance of the MultiPageOptions class.
create_with_page_number_rect(page, export_area)Initializes a new instance of the MultiPageOptions class.
create_with_page_numbers(pages)Initializes a new instance of the MultiPageOptions class.
create_with_page_numbers_rect(pages, export_area)Initializes a new instance of the MultiPageOptions class.
create_with_page_titles(page_titles)Initializes a new instance of the MultiPageOptions class.
create_with_page_titles_rect(page_titles, export_area)Initializes a new instance of the MultiPageOptions class.
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:

ParameterTypeDescription
pageint

Constructor: MultiPageOptions(page, export_area)

 MultiPageOptions(page, export_area) 

Initializes a new instance of the MultiPageOptions class.

Parameters:

ParameterTypeDescription
pageint
export_areaRectangleThe export area.

Constructor: MultiPageOptions(page_titles)

 MultiPageOptions(page_titles) 

Initializes a new instance of the MultiPageOptions class.

Parameters:

ParameterTypeDescription
page_titlesstringThe page titles.

Constructor: MultiPageOptions(page_titles, export_area)

 MultiPageOptions(page_titles, export_area) 

Initializes a new instance of the MultiPageOptions class.

Parameters:

ParameterTypeDescription
page_titlesstringThe page titles.
export_areaRectangleThe export area.

Constructor: MultiPageOptions(pages)

 MultiPageOptions(pages) 

Initializes a new instance of the MultiPageOptions class.

Parameters:

ParameterTypeDescription
pagesintThe pages.

Constructor: MultiPageOptions(pages, export_area)

 MultiPageOptions(pages, export_area) 

Initializes a new instance of the MultiPageOptions class.

Parameters:

ParameterTypeDescription
pagesintThe array of pages.
export_areaRectangleThe export area.

Constructor: MultiPageOptions(range)

 MultiPageOptions(range) 

Initializes a new instance of the MultiPageOptions class.

Parameters:

ParameterTypeDescription
rangeIntRange

Constructor: MultiPageOptions(range, export_area)

 MultiPageOptions(range, export_area) 

Initializes a new instance of the MultiPageOptions class.

Parameters:

ParameterTypeDescription
rangeIntRange
export_areaRectangleThe export area.

Constructor: MultiPageOptions(ranges)

 MultiPageOptions(ranges) 

Initializes a new instance of the MultiPageOptions class.

Parameters:

ParameterTypeDescription
rangesIntRange[]The IntRange.

Constructor: MultiPageOptions(ranges, export_area)

 MultiPageOptions(ranges, export_area) 

Initializes a new instance of the MultiPageOptions class.

Parameters:

ParameterTypeDescription
rangesIntRange[]The IntRange.
export_areaRectangleThe export area.

Method: create_with_int_range(range) [static]

 create_with_int_range(range) 

Initializes a new instance of the MultiPageOptions class.

Parameters:

ParameterTypeDescription
rangeIntRange

Returns

TypeDescription
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:

ParameterTypeDescription
rangeIntRangeThe IntRange.
export_areaRectangleThe export area.

Returns

TypeDescription
MultiPageOptions

Method: create_with_int_ranges(ranges) [static]

 create_with_int_ranges(ranges) 

Initializes a new instance of the MultiPageOptions class.

Parameters:

ParameterTypeDescription
rangesIntRange[]The IntRange.

Returns

TypeDescription
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:

ParameterTypeDescription
rangesIntRange[]The IntRange.
export_areaRectangleThe export area.

Returns

TypeDescription
MultiPageOptions

Method: create_with_page_number(page) [static]

 create_with_page_number(page) 

Initializes a new instance of the MultiPageOptions class.

Parameters:

ParameterTypeDescription
pageint

Returns

TypeDescription
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:

ParameterTypeDescription
pageintThe page index.
export_areaRectangleThe export area.

Returns

TypeDescription
MultiPageOptions

Method: create_with_page_numbers(pages) [static]

 create_with_page_numbers(pages) 

Initializes a new instance of the MultiPageOptions class.

Parameters:

ParameterTypeDescription
pagesintThe pages.

Returns

TypeDescription
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:

ParameterTypeDescription
pagesintThe array of pages.
export_areaRectangleThe export area.

Returns

TypeDescription
MultiPageOptions

Method: create_with_page_titles(page_titles) [static]

 create_with_page_titles(page_titles) 

Initializes a new instance of the MultiPageOptions class.

Parameters:

ParameterTypeDescription
page_titlesstringThe page titles.

Returns

TypeDescription
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:

ParameterTypeDescription
page_titlesstringThe page titles.
export_areaRectangleThe export area.

Returns

TypeDescription
MultiPageOptions

Method: init_pages(ranges)

 init_pages(ranges) 

Initializes the pages from ranges array

Parameters:

ParameterTypeDescription
rangesIntRange[]The ranges.