MultiPageLayout class
MultiPageLayout class
Defines a layout for rendering multiple pages into a single output.
Remarks
Use one of the static factory methods to create a layout configuration.
Properties
Name | Description |
---|---|
backColor | Gets or sets the background color of the output. The default is . |
borderColor | Gets or sets the color of the pages border. The default is . |
borderWidth | Gets or sets the width of the pages border. The default is 0. |
Methods
Name | Description |
---|---|
grid(columns, horizontalGap, verticalGap) | Creates a layout in which pages are rendered left-to-right, top-to-bottom, in a grid with the specified number of columns. |
horizontal(horizontalGap) | Creates a layout in which all specified pages are rendered horizontally side by side, left to right, in a single output. |
singlePage() | Creates a layout that renders only the first of specified pages. |
tiffFrames() | Creates a layout where each page is rendered as a separate frame in a multi-frame TIFF image. Applicable only to TIFF image formats. |
vertical(verticalGap) | Creates a layout where all specified pages are rendered vertically one below the other in a single output. |
See Also
- module Aspose.Words.Saving