Table of Contents

Constructor LinkRegion

Namespace
DocWright.Core.Rendering
Assembly
DocWright.Core.dll

LinkRegion(Twips, Twips, Twips, Twips, string)

Initializes a link region.

public LinkRegion(Twips x, Twips y, Twips width, Twips height, string target)

Parameters

x Twips

Left coordinate in twips.

y Twips

Top coordinate in twips.

width Twips

Width in twips.

height Twips

Height in twips.

target string

Link 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

x Twips

Left coordinate in twips.

y Twips

Top coordinate in twips.

width Twips

Width in twips.

height Twips

Height in twips.

target string

Link target URI or bookmark reference.

structureElementId int

The 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).

text string

The text under this region, for the annotation's description.