Table of Contents

Method ToPointF

Namespace
BitMiracle.Docotic.Pdf.Gdi
Assembly
BitMiracle.Docotic.Pdf.Gdi.dll

ToPointF(PdfSize)

Converts a PdfSize to a PointF.

public static PointF ToPointF(this PdfSize size)

Parameters

size PdfSize

The PdfSize to convert.

Returns

PointF

Returns a PointF structure.