Interface IPdfPage
PDF document page interface
Namespace: IronPdf.Pages
Assembly: IronPdf.dll
Syntax
public interface IPdfPage
Properties
Height
Gets the height of the pdf page in mm.
Declaration
double Height { get; }
Property Value
Type | Description |
---|---|
System.Double |
PageIndex
Gets the page index
Declaration
int PageIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
PageRotation
Gets the page orientation.
Declaration
PdfPageRotation PageRotation { get; }
Property Value
Type | Description |
---|---|
PdfPageRotation |
PrintHeight
Gets the height of the pdf page in printer points.
Declaration
double PrintHeight { get; }
Property Value
Type | Description |
---|---|
System.Double |
PrintWidth
Gets the width of the pdf page in printer points.
Declaration
double PrintWidth { get; }
Property Value
Type | Description |
---|---|
System.Double |
Width
Gets the width of the pdf page in mm.
Declaration
double Width { get; }
Property Value
Type | Description |
---|---|
System.Double |