Click or drag to resize
SignDocDocumentimportPages Method
Import pages from another document. This function is currently implemented for PDF documents only. The pages to be imported must not contain any interactive fields having names that are already used for intercative fields in the target document. Page labels are currently ignored, that is, they will probably be messed up in the target document. Logical structure is currently not imported.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void importPages(
	int targetPage,
	SignDocDocument source,
	int sourcePage,
	int pageCount
)

Parameters

targetPage
Type: SystemInt32
The 1-based number of the page before which to insert the copied pages. The pages will be appended if this value is 0.
source
Type: de.softpro.signdocsdkSignDocDocument
The document from which to copy the pages.
sourcePage
Type: SystemInt32
The 1-based number of the first page (in the source document) to be copied.
pageCount
Type: SystemInt32
The number of pages to be copied. All pages of @a aSource starting with @a aSourcePage will be copied if this value is 0.
See Also