PdfPaperSize Class
Contains the standard paper sizes.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
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