Accusoft.PdfXpressSdk Namespace > PageList Class : Item Property |
'Usage Dim instance As PageList Dim index As Object Dim value As PageRange instance.Item(index) = value value = instance.Item(index)
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^ index, PageRange^ value); }
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.