Table of Contents

Method Subtract

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

Subtract(PdfSize, PdfSize)

Subtracts the width and height of one PdfSize structure from the width and height of another PdfSize structure.

public static PdfSize Subtract(PdfSize sz1, PdfSize sz2)

Parameters

sz1 PdfSize

The PdfSize structure on the left side of the subtraction operator.

sz2 PdfSize

The PdfSize structure on the right side of the subtraction operator.

Returns

PdfSize

The PdfSize that is a result of the subtraction operation.