Class PdfPageDescriptor
Inheritance
System.Object
PdfPageDescriptor
Assembly: IronPdf.dll
Syntax
public class PdfPageDescriptor : Object, IPdfPage
Properties
Height
Declaration
public double Height { get; }
Property Value
Type |
Description |
System.Double |
|
PageIndex
Declaration
public int PageIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public PdfPageRotation PageRotation { get; }
Property Value
PrintHeight
Declaration
public double PrintHeight { get; }
Property Value
Type |
Description |
System.Double |
|
PrintWidth
Declaration
public double PrintWidth { get; }
Property Value
Type |
Description |
System.Double |
|
Width
Declaration
public double Width { get; }
Property Value
Type |
Description |
System.Double |
|
Implements