Class PdfPaperSizeConverter
Class for converting PDF paper sizes from the Pdf
Inheritance
System.Object
PdfPaperSizeConverter
Namespace: IronPdf.Rendering
Assembly: IronPdf.dll
Syntax
public static class PdfPaperSizeConverter : Object
Methods
ToMillimeters(PdfPaperSize)
Converts the given Pdf
Declaration
public static (Length, Length) ToMillimeters(this PdfPaperSize paperSize)
Parameters
Type | Name | Description |
---|---|---|
Pdf |
paperSize | The Pdf |
Returns
Type | Description |
---|---|
System. |
A tuple that contains the width and height in millimeters for the specified Pdf |