Accusoft PDF Xpress Control v5.0
Item Property
See Also  Send comments on this topic.
vIndex
A zero-based integer value which represents the index in the collection to get or set.
PageList Collection : Item Property

Glossary Item Box

Description

Gets or sets the element at the given index.

Property Type

Read-write property

Syntax

Visual Basic
Public Property Item( _
   ByVal vIndex As Variant _
) As PageRange

Parameters

vIndex
A zero-based integer value which represents the index in the collection to get or set.

Remarks

This method implements a standard collection operation. It is the principle method you will use to read or change elements in the collection. You can read or modify any element in the collection with this method.

You can indicate the element you are interested in with an integer, in which case this method treats it as a zero-based index to the element.

See Also

©2012. Accusoft Corporation. All Rights Reserved.