Winnovative Excel to PDF Converter

PageCollectionAdd Method

Winnovative Excel 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:  Winnovative.ExcelToPdf
Assembly:  wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax

public int Add(
	PdfPage pdfPage
)

Parameters

pdfPage
Type: Winnovative.ExcelToPdfPdfPage
The page to be added to the collection.

Return Value

Type: Int32
The index of the page in collection. If the page already exists, this method returns the index of the existing page
See Also

Reference