ExpertPdf Html to Pdf Converter Library
AddRange Method (pages)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentPageCollectionAddRange(array<PdfPage>[]()[][])
ExpertPdf Html to Pdf Converter Library
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.
Declaration Syntax
C#Visual BasicVisual C++
public void AddRange(
	PdfPage[] pages
)
Public Sub AddRange ( 
	pages As PdfPage()
)
public:
void AddRange(
	array<PdfPage^>^ pages
)
Parameters
pages (array<PdfPage>[]()[][])
The PDF pages to be added.

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)