Table of Contents

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 PdfPaperSize

The size to retrieve the width and height for.

width int

The width of the given size in points.

height int

The height of the given size in points.

Remarks

One point is 1/72 of inch.