Class PdfPage
A class which represents one page of a PDF Document.
Inheritance
System.Object
PdfPage
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.Pages
Assembly: IronPdf.dll
Syntax
public class PdfPage
Properties
Height
Gets the height of the pdf page in mm.
Declaration
public double Height { get; }
Property Value
Type | Description |
---|---|
System.Double |
PageOrientation
Gets the page orientation.
Declaration
public PdfPaperOrientation PageOrientation { get; }
Property Value
Type | Description |
---|---|
PdfPaperOrientation |
PrintHeight
Gets the height of the pdf page in printer points.
Declaration
public double PrintHeight { get; }
Property Value
Type | Description |
---|---|
System.Double |
PrintWidth
Gets the width of the pdf page in printer points.
Declaration
public double PrintWidth { get; }
Property Value
Type | Description |
---|---|
System.Double |
Width
Gets the width of the pdf page in mm.
Declaration
public double Width { get; }
Property Value
Type | Description |
---|---|
System.Double |
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)