Table of Contents

Method Add

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

Add(PdfSize, PdfSize)

Adds the width and height of one PdfSize structure to the width and height of another PdfSize structure.

public static PdfSize Add(PdfSize sz1, PdfSize sz2)

Parameters

sz1 PdfSize

The first PdfSize to add.

sz2 PdfSize

The second PdfSize to add.

Returns

PdfSize

A PdfSize structure that is the result of the addition operation.