Accusoft PDF Xpress Control v5.0
Add Method
See Also  Send comments on this topic.
pIPageRange
A PageRange value which represents the new page to add to the collection.
PageList Collection : Add Method

Glossary Item Box

Description

Adds a PageRange to the PageList collection.

Syntax

Visual Basic
Public Sub Add( _
   ByVal pIPageRange As PageRange _
) 

Parameters

pIPageRange
A PageRange value which represents the new page to add to the collection.

Remarks

This method implements a standard collection operation. It inserts a new PageRange object at the end of the collection. When this method is complete, the length of the collection will be one larger than it was and the element with the highest index will be the new object.

See Also

©2012. Accusoft Corporation. All Rights Reserved.