PageCollectionAddRange Method
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: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public void AddRange(
PdfPage[] pages
)
Public Sub AddRange (
pages As PdfPage()
)
Parameters
- pages PdfPage
- The PDF pages to be added.