Skip to main content
All docs
V25.1
  • PdfPageInfo(PdfRectangle, Int32) Constructor

    Initializes a new instance of the PdfPageInfo class with specified settings.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public PdfPageInfo(
        PdfRectangle cropBox,
        int rotationAngle
    )

    Parameters

    Name Type Description
    cropBox PdfRectangle

    The page’s crop box in the user coordinate system.

    rotationAngle Int32

    The page rotation angle (in degrees).

    See Also