Click or drag to resize
SignDocDocumentremovePages Method
Remove pages from the document. A document must have at least page. This function will fail if you attempt to remove all pages. Fields will be removed if all their widgets are on removed pages. Only signatures in signature fields having the SignDocField.f_SinglePage flag set can survive removal of pages.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void removePages(
	int[] pages,
	RemoveMode mode
)

Parameters

pages
Type: SystemInt32
One-based page numbers of pages to be removed. The order does not matter, neither does the number of occurences of a page number.
mode
Type: de.softpro.signdocsdk.Enums.EDocumentRemoveMode
Tell this function whether to keep (#kor_keep) or to remove (#kor_remove) the pages specified by @a aPages.
See Also