Table of Contents

Method Subtract

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

Subtract(PdfPoint, PdfSize)

Translates a PdfPoint by the negative of a specified size.

public static PdfPoint Subtract(PdfPoint pt, PdfSize sz)

Parameters

pt PdfPoint

The PdfPoint to translate.

sz PdfSize

The PdfSize that specifies the numbers to subtract from the coordinates of pt.

Returns

PdfPoint

The translated PdfPoint.