Search Results for

    Show / Hide Table of Contents

    Class PdfPage

    Class that represents pdf page.

    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
    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 PageOrientation PageOrientation { get; }
    Property Value
    Type Description
    PageOrientation

    PrintHeight

    Gets the height of the pdf page in priter points.

    Declaration
    public double PrintHeight { get; }
    Property Value
    Type Description
    System.Double

    PrintWidth

    Gets the width of the pdf page in priter 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
    ☀
    ☾
    In This Article
    Back to top
    Install with Nuget