Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfPaperSize Class

Contains the standard paper sizes.

Namespace: DevExpress.Pdf

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

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