Accusoft.ScanFixXpress7.Net
Add Method
See Also  Send Feedback
Accusoft.ScanFixXpressSdk Namespace > EnhancementOptionsCollection Class : Add Method




value
The element that this method will add to the end of the collection.

Glossary Item Box

Adds an element to the collection.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

value
The element that this method will add to the end of the collection.

Return Value

The zero-based index of the newly added element.

Exceptions

ExceptionDescription
System.ArgumentNullExceptionIndicates that the element is null. This method will not add null to the collection.

Remarks

This method implements a standard collection operation. It will make the collection one element longer, and then place the given element into the last index. It will not change the rest of the collection.

See Also

©2012. Accusoft Corporation. All Rights Reserved.