Accusoft.PdfXpress7.Net
Item Property (PageList)




A zero-based integer value which is used to locate the element within the PageList.
Gets and sets the element at the given index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Object _
) As PageRange
'Usage
 
Dim instance As PageList
Dim index As Object
Dim value As PageRange
 
instance.Item(index) = value
 
value = instance.Item(index)
public PageRange this[ 
   object index
]; {get; set;}
public: __property PageRange* get_Item   Object* index
;
public: __property void set_Item   Object* index,
   PageRange* value
;
public:
property PageRange^ default [Object^] {
   PageRange^ get(Object^ index);
   void set (Object^ indexPageRange^ value);
}

Parameters

index
A zero-based integer value which is used to locate the element within the PageList.

Property Value

A PageRange object
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 with an integer, in which case this method will treat it as a zero-based index to the element.

See Also

Reference

PageList Class
PageList Members
IndexOf Method

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback