Accusoft.PdfXpress5.Net
Insert Method
See Also  Send Feedback
Accusoft.PdfXpressSdk Namespace > QuadrilateralCollection Class : Insert Method




index
The zero-based index in the collection at which point the new Quadrilateral should be placed. If the value of this parameter is equal to the number of elements in the collection, the object will be appended to the end of the collection.
value
The Quadrilateral to insert into the collection.

Glossary Item Box

Inserts a Quadrilateral into the collection.

Syntax

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

Parameters

index
The zero-based index in the collection at which point the new Quadrilateral should be placed. If the value of this parameter is equal to the number of elements in the collection, the object will be appended to the end of the collection.
value
The Quadrilateral to insert into the collection.

Remarks

This method implements a standard collection operation. It will insert a Quadrilateral object into the collection at the given index. It will move all Quadrilateral objects that follow the newly added form (if any) back one place (their indices will be one greater than they were before this method.)

See Also

©2012. Accusoft Corporation. All Rights Reserved.