Table of Contents

Method AppendAll

Namespace
DocWright.Formats.Pdf
Assembly
DocWright.Formats.Pdf.dll

AppendAll(int)

Appends every page of a source, in the source's own order.

public PdfPageAssembly AppendAll(int sourceIndex)

Parameters

sourceIndex int

The index returned by an AddSource call.

Returns

PdfPageAssembly

This instance, so appends can be chained.

Exceptions

ArgumentOutOfRangeException

The index names no source.