Back to Devexpress

PdfPaperSize Class

officefileapi-devexpress-dot-pdf-ac8292fc.md

latest1.1 KB
Original Source

PdfPaperSize Class

Contains the standard paper sizes.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public static class PdfPaperSize
vb
Public Module 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

PdfPaperSize Members

DevExpress.Pdf Namespace