Class PdfPrintMultiplePages
Inheritance
System.Object
PdfPrintMultiplePages
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: IronPdf.Pdfium
Assembly: IronPdf.dll
Syntax
public class PdfPrintMultiplePages
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
Type | Description |
---|---|
PdfOrientation |
Vertical
Declaration
public int Vertical { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Inherited members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)