Accusoft.PdfXpressSdk Namespace > PageList Class : Add Method |
'Usage Dim instance As PageList Dim value As PageRange Dim value As Integer value = instance.Add(value)
public: int Add( PageRange* value )
public: int Add( PageRange^ value )
This method implements a standard collection operation. It will insert 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.