Table of Contents

Method Add

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

Add(PdfPoint, PdfSize)

Translates a given PdfPoint by the specified PdfSize.

public static PdfPoint Add(PdfPoint pt, PdfSize sz)

Parameters

pt PdfPoint

The PdfPoint to translate.

sz PdfSize

The PdfSize that specifies the numbers to add to the coordinates of pt.

Returns

PdfPoint

The translated PdfPoint.