Winnovative Word to PDF Converter

DocumentAddPage Method (PdfPage)

Winnovative Word to PDF Converter Documentation
Adds the specified page to the document pages collection. The page to be added is allowed to be from another document. The source document of the page to be added must remain opened until the current document is saved.

Namespace:  WnvWordToPdf
Assembly:  wnvwordtopdf (in wnvwordtopdf.dll) Version: 10.0.0.0
Syntax

public void AddPage(
	PdfPage pdfPage
)

Parameters

pdfPage
Type: WnvWordToPdfPdfPage
The page to be added to the collection.
See Also

Reference