Method ToPoints
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
ToPoints(PdfPaperSize, out int, out int)
Retrieves width and height of the given PdfPaperSize in points.
public static void ToPoints(this PdfPaperSize size, out int width, out int height)
Parameters
sizePdfPaperSizeThe size to retrieve the width and height for.
widthintThe width of the given size in points.
heightintThe height of the given size in points.
Remarks
One point is 1/72 of inch.