ImageGear for .NET
Item(Int32) Property
See Also  Send Feedback
ImageGear21.Art Assembly > ImageGear.ART Namespace > ImGearARTGroupArray Class > Item Property : Item(Int32) Property




index
Index of a group.

Glossary Item Box

Gets or sets a group by index.

Syntax

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

Parameters

index
Index of a group.

Property Value

ImGearARTGroup class object.

Remarks

Indexed property for accessing individual groups by index.

When setting a new group at the specified index, please make sure it does not have parent page (i.e. ImGearARTGroup.ParentPage is null), otherwise ImageGear.Core.ImGearException will be thrown. If the group to be added already has parent page, please clone it prior to setting at the specified index.

See Also

©2013. Accusoft Corporation. All Rights Reserved.