Winnovative Word to PDF Converter

DocumentAppendDocument Method (Document, Int32, Int32, Boolean, Boolean, Boolean)

Winnovative Word to PDF Converter Documentation
Appends a range of pages from the document given as parameter to the current document and optionally applies the current document header and footer to the appended document pages if the appended document was loaded from an external file or stream

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

public void AppendDocument(
	Document doc,
	int fromPageIndex,
	int pageCount,
	bool enableHeaderAndFooter,
	bool drawHeaderOnFirstPage,
	bool drawFooterOnFirstPage
)

Parameters

doc
Type: WnvWordToPdfDocument
The document to be appended
fromPageIndex
Type: SystemInt32
The page index in appended PDF document from where to start copying the pages
pageCount
Type: SystemInt32
The number of pages to append
enableHeaderAndFooter
Type: SystemBoolean
A flag indicating if the header and footer of the current document are also applied to the appended document pages
drawHeaderOnFirstPage
Type: SystemBoolean
A flag indicating if the header is drawn on first page of the appended document
drawFooterOnFirstPage
Type: SystemBoolean
A flag indicating if the footer is drawn on first page of the appended document
See Also

Reference