DjvuMultiPageOptions Class
Summary: The API for DjVu graphics file format provides developers with seamless access
to DjVu documents, ideal for scanned documents and books. With image loading
options, developers can effortlessly integrate DjVu files into their applications,
unlocking the potential to work with multi-page content, including text,
drawings, and images, for versatile document processing solutions.
Module: aspose.imaging.imageoptions
Full Name: aspose.imaging.imageoptions.DjvuMultiPageOptions
Inheritance: MultiPageOptions
Constructors
Name | Description |
---|---|
DjvuMultiPageOptions() | Initializes a new instance of the DjvuMultiPageOptions class. |
DjvuMultiPageOptions(page) | Initializes a new instance of the DjvuMultiPageOptions class. |
DjvuMultiPageOptions(page, export_area) | Initializes a new instance of the DjvuMultiPageOptions class. |
DjvuMultiPageOptions(pages) | Initializes a new instance of the DjvuMultiPageOptions class. |
DjvuMultiPageOptions(pages, export_area) | Initializes a new instance of the DjvuMultiPageOptions class. |
DjvuMultiPageOptions(range) | Initializes a new instance of the DjvuMultiPageOptions class. |
DjvuMultiPageOptions(range, export_area) | Initializes a new instance of the DjvuMultiPageOptions class. |
DjvuMultiPageOptions(ranges) | Initializes a new instance of the DjvuMultiPageOptions class. |
DjvuMultiPageOptions(ranges, export_area) | Initializes a new instance of the DjvuMultiPageOptions 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: DjvuMultiPageOptions()
DjvuMultiPageOptions()
Initializes a new instance of the DjvuMultiPageOptions class.
Constructor: DjvuMultiPageOptions(page)
DjvuMultiPageOptions(page)
Initializes a new instance of the DjvuMultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
page | int |
Constructor: DjvuMultiPageOptions(page, export_area)
DjvuMultiPageOptions(page, export_area)
Initializes a new instance of the DjvuMultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
page | int | |
export_area | Rectangle | The export area. |
Constructor: DjvuMultiPageOptions(pages)
DjvuMultiPageOptions(pages)
Initializes a new instance of the DjvuMultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
pages | int | The pages indexes. |
Constructor: DjvuMultiPageOptions(pages, export_area)
DjvuMultiPageOptions(pages, export_area)
Initializes a new instance of the DjvuMultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
pages | int | The pages indexes. |
export_area | Rectangle | The export area. |
Constructor: DjvuMultiPageOptions(range)
DjvuMultiPageOptions(range)
Initializes a new instance of the DjvuMultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
range | IntRange | The range. |
Constructor: DjvuMultiPageOptions(range, export_area)
DjvuMultiPageOptions(range, export_area)
Initializes a new instance of the DjvuMultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
range | IntRange | The range. |
export_area | Rectangle | The export area. |
Constructor: DjvuMultiPageOptions(ranges)
DjvuMultiPageOptions(ranges)
Initializes a new instance of the DjvuMultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
ranges | IntRange[] | The range. |
Constructor: DjvuMultiPageOptions(ranges, export_area)
DjvuMultiPageOptions(ranges, export_area)
Initializes a new instance of the DjvuMultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
ranges | IntRange[] | The range. |
export_area | Rectangle | The export area. |
Method: create_with_int_range(range) [static]
create_with_int_range(range)
Initializes a new instance of the DjvuMultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
range | IntRange | The range. |
Returns
Type | Description |
---|---|
DjvuMultiPageOptions |
Method: create_with_int_range_rect(range, export_area) [static]
create_with_int_range_rect(range, export_area)
Initializes a new instance of the DjvuMultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
range | IntRange | The range. |
export_area | Rectangle | The export area. |
Returns
Type | Description |
---|---|
DjvuMultiPageOptions |
Method: create_with_int_ranges(ranges) [static]
create_with_int_ranges(ranges)
Initializes a new instance of the DjvuMultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
ranges | IntRange[] | The range. |
Returns
Type | Description |
---|---|
DjvuMultiPageOptions |
Method: create_with_int_ranges_rect(ranges, export_area) [static]
create_with_int_ranges_rect(ranges, export_area)
Initializes a new instance of the DjvuMultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
ranges | IntRange[] | The range. |
export_area | Rectangle | The export area. |
Returns
Type | Description |
---|---|
DjvuMultiPageOptions |
Method: create_with_page_number(page) [static]
create_with_page_number(page)
Initializes a new instance of the DjvuMultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
page | int |
Returns
Type | Description |
---|---|
DjvuMultiPageOptions |
Method: create_with_page_number_rect(page, export_area) [static]
create_with_page_number_rect(page, export_area)
Initializes a new instance of the DjvuMultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
page | int | The page index. |
export_area | Rectangle | The export area. |
Returns
Type | Description |
---|---|
DjvuMultiPageOptions |
Method: create_with_page_numbers(pages) [static]
create_with_page_numbers(pages)
Initializes a new instance of the DjvuMultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
pages | int | The pages indexes. |
Returns
Type | Description |
---|---|
DjvuMultiPageOptions |
Method: create_with_page_numbers_rect(pages, export_area) [static]
create_with_page_numbers_rect(pages, export_area)
Initializes a new instance of the DjvuMultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
pages | int | The pages indexes. |
export_area | Rectangle | The export area. |
Returns
Type | Description |
---|---|
DjvuMultiPageOptions |
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. |