Class PdfPrintMultiplePages
Inheritance
System.Object
PdfPrintMultiplePages
Assembly: IronPdf.dll
Syntax
public class PdfPrintMultiplePages : Object
Constructors
PdfPrintMultiplePages(Int32, Int32, PdfOrientation, Single)
Declaration
public PdfPrintMultiplePages(int horizontal, int vertical, PdfOrientation orientation, float margin)
Parameters
Type |
Name |
Description |
System.Int32 |
horizontal |
|
System.Int32 |
vertical |
|
PdfOrientation |
orientation |
|
System.Single |
margin |
|
Properties
Horizontal
Declaration
public int Horizontal { get; }
Property Value
Type |
Description |
System.Int32 |
|
Margin
Declaration
public float Margin { get; }
Property Value
Type |
Description |
System.Single |
|
Orientation
Declaration
public PdfOrientation Orientation { get; }
Property Value
Vertical
Declaration
public int Vertical { get; }
Property Value
Type |
Description |
System.Int32 |
|