PdfPageInfo(PdfRectangle, Int32) Constructor
In This Article
Initializes a new instance of the PdfPageInfo class with specified settings.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfPageInfo(
PdfRectangle cropBox,
int rotationAngle
)
#Parameters
Name | Type | Description |
---|---|---|
crop |
Pdf |
The page’s crop box in the user coordinate system. |
rotation |
Int32 | The page rotation angle (in degrees). |
See Also