Method AppendAll
AppendAll(int)
Appends every page of a source, in the source's own order.
public PdfPageAssembly AppendAll(int sourceIndex)
Parameters
sourceIndexintThe index returned by an
AddSourcecall.
Returns
- PdfPageAssembly
This instance, so appends can be chained.
Exceptions
- ArgumentOutOfRangeException
The index names no source.