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
size
PdfPaperSizeThe size to retrieve the width and height for.
width
intThe width of the given size in points.
height
intThe height of the given size in points.
Remarks
One point is 1/72 of inch.