Class 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
Properties
Name | Description |
---|
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
Name | Description |
---|
InitPages(IntRange[]) | Initializes the pages from ranges array |
See Also