Class MultiPageOptions
MultiPageOptions class
Base class for multiple pages supported formats
public class MultiPageOptions
Constructors
| Name | Description | 
|---|
| MultiPageOptions() | Initializes a new instance of the MultiPageOptions class. | 
| MultiPageOptions(int) | Initializes a new instance of the MultiPageOptions class. | 
| MultiPageOptions(IntRange) | Initializes a new instance of the MultiPageOptions class. | 
| MultiPageOptions(IntRange[]) | Initializes a new instance of the MultiPageOptions class. | 
| MultiPageOptions(int[]) | Initializes a new instance of the MultiPageOptions class. | 
| MultiPageOptions(string[]) | Initializes a new instance of the MultiPageOptions class. | 
| MultiPageOptions(int, Rectangle) | Initializes a new instance of the MultiPageOptions class. | 
| MultiPageOptions(IntRange, Rectangle) | Initializes a new instance of the MultiPageOptions class. | 
| MultiPageOptions(IntRange[], Rectangle) | Initializes a new instance of the MultiPageOptions class. | 
| MultiPageOptions(int[], Rectangle) | Initializes a new instance of the MultiPageOptions class. | 
| MultiPageOptions(string[], Rectangle) | Initializes a new instance of the MultiPageOptions class. | 
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. | 
Methods
| Name | Description | 
|---|
| InitPages(IntRange[]) | Initializes the pages from ranges array | 
See Also