EVO HTML to PDF Converter

PageCollectionAddRange Method

EVO HTML to PDF Converter for .NET Documentation
Adds the specified array of pages to the PDF document pages. The page to be added are allowed to be from another document. The source document of the pages to be added must remain opened until the current document is saved.

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax

public void AddRange(
	PdfPage[] pages
)

Parameters

pages
Type: EvoPdfPdfPage
The PDF pages to be added.
See Also

Reference