Accusoft.PdfXpress5.Net
PageList Property
See Also  Send Feedback
Accusoft.PdfXpressSdk Namespace > InsertPagesOptions Class : PageList Property




Glossary Item Box

Gets and sets the list of pages to insert.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

A PageList object which contains the list of pages to insert.

Remarks

The default value is an empty PageList object.

Valid values are a valid PageList object.

The PageList collection represents all the page numbers to be inserted from the source document into the target document. The PageList collection can contain one to many PageRange objects. Each PageRange object can represent a contiguous set of pages. Use multiple PageRange objects for non-contiguous sets of pages.

During insertion, the pages will be inserted in the same order as they exist in this PageList. However, it is still acceptable to insert pages in whatever order you choose.

See Also

©2012. Accusoft Corporation. All Rights Reserved.