Skip to main content

PdfPaperSize Class

Contains the standard paper sizes.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public static class PdfPaperSize

Remarks

Pass the paper size, defined by PDFPaperSize, as a parameter to the PdfDocumentProcessor.AddNewPage method to add a page with the specified paper size.

All PdfPaperSize class members return a PdfRectangle object measured in points.

Inheritance

Object
PdfPaperSize
See Also