Constructor LinkRegion
LinkRegion(Twips, Twips, Twips, Twips, string)
Initializes a link region.
public LinkRegion(Twips x, Twips y, Twips width, Twips height, string target)
Parameters
xTwipsLeft coordinate in twips.
yTwipsTop coordinate in twips.
widthTwipsWidth in twips.
heightTwipsHeight in twips.
targetstringLink target URI or bookmark reference.
LinkRegion(Twips, Twips, Twips, Twips, string, int, string)
Initializes a link region that belongs to a logical-structure element.
public LinkRegion(Twips x, Twips y, Twips width, Twips height, string target, int structureElementId, string text)
Parameters
xTwipsLeft coordinate in twips.
yTwipsTop coordinate in twips.
widthTwipsWidth in twips.
heightTwipsHeight in twips.
targetstringLink target URI or bookmark reference.
structureElementIdintThe Link element enclosing this region, or 0 when the region is outside logical structure (a bookmark destination marker, or a document rendered with tagging off).
textstringThe text under this region, for the annotation's description.