ImageGear for .NET
AddMark(ImGearARTMark,ImGearARTCoordinatesType,Int32) Method
See Also  Send Feedback
ImageGear21.Art Assembly > ImageGear.ART Namespace > ImGearARTPage Class > AddMark Method : AddMark(ImGearARTMark,ImGearARTCoordinatesType,Int32) Method




mark
Reference to the mark to add.
type
Type of the coordinate system the mark coordinates are specified in.
groupIndex
Index of the group to add the mark to.

Glossary Item Box

Adds the specified mark into the annotation page group specified by index.

Syntax

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

Parameters

mark
Reference to the mark to add.
type
Type of the coordinate system the mark coordinates are specified in.
groupIndex
Index of the group to add the mark to.

Return Value

Integer value.

Remarks

You must specify the type of the mark's coordinate system. The mark will be drawn according to the type of its coordinate system.

Please make sure the mark does not have parent group (i.e. ImGearARTMark.ParentGroup is null), otherwise ImageGear.Core.ImGearException will be thrown. If the mark to be added already has parent group, please clone it prior to adding to the page.

See Also

©2013. Accusoft Corporation. All Rights Reserved.