Class PdfPrintMultiplePages
Configuration for printing multiple PDF pages on a single page.
Inheritance
System.Object
PdfPrintMultiplePages
Namespace: IronPdf.PrintDoc
Assembly: IronPdf.dll
Syntax
public class PdfPrintMultiplePages : Object
Constructors
PdfPrintMultiplePages(Int32, Int32, PdfPaperOrientation, Single)
Creates a new instance of the PdfPrintMultiplePages class.
Declaration
public PdfPrintMultiplePages(int column, int row, PdfPaperOrientation orientation, float margin)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | column | The number of pages to print horizontally. |
System.Int32 | row | The number of pages to print vertically. |
PdfPaperOrientation | orientation | The orientation in which PDF pages are layed out on the physical page. |
System.Single | margin | The margin between PDF pages in device units. |
Properties
Column
Gets the number of pages to print horizontally.
Declaration
public int Column { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Margin
Gets the margin between PDF pages in device units.
Declaration
public float Margin { get; }
Property Value
Type | Description |
---|---|
System.Single |
Orientation
Gets the orientation in which PDF pages are layed out on the physical page.
Declaration
public PdfPaperOrientation Orientation { get; }
Property Value
Type | Description |
---|---|
PdfPaperOrientation |
Row
Gets the number of pages to print vertically.
Declaration
public int Row { get; }
Property Value
Type | Description |
---|---|
System.Int32 |