DjvuMultiPageOptions

DjvuMultiPageOptions class

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.

public class DjvuMultiPageOptions : MultiPageOptions

Constructors

NameDescription
DjvuMultiPageOptions()Initializes a new instance of the DjvuMultiPageOptions class.
DjvuMultiPageOptions(int)Initializes a new instance of the DjvuMultiPageOptions class.
DjvuMultiPageOptions(IntRange)Initializes a new instance of the DjvuMultiPageOptions class.
DjvuMultiPageOptions(IntRange[])Initializes a new instance of the DjvuMultiPageOptions class.
DjvuMultiPageOptions(int[])Initializes a new instance of the DjvuMultiPageOptions class.
DjvuMultiPageOptions(int, Rectangle)Initializes a new instance of the DjvuMultiPageOptions class.
DjvuMultiPageOptions(IntRange, Rectangle)Initializes a new instance of the DjvuMultiPageOptions class.
DjvuMultiPageOptions(IntRange[], Rectangle)Initializes a new instance of the DjvuMultiPageOptions class.
DjvuMultiPageOptions(int[], Rectangle)Initializes a new instance of the DjvuMultiPageOptions class.

Properties

NameDescription
ExportArea { get; set; }Gets or sets the export area.
MergeLayers { get; set; }Gets or sets a value indicating whether [merege layers].
Mode { get; set; }Gets or sets the mode.
OutputLayersNames { get; set; }Gets or sets the output layers names(Works if export format supports layers naming, for example for Psd)
PageRasterizationOptions { get; set; }Gets or sets the page rasterization options.
Pages { get; set; }Gets or sets the pages.
PageTitles { get; set; }Gets or sets the page titles.
TimeInterval { get; set; }Gets or sets the time interval.

Methods

NameDescription
InitPages(IntRange[])Initializes the pages from ranges array

See Also