Table of Contents

Method AddLinkToPage

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

AddLinkToPage(PdfPoint, PdfSize, int)

Adds the new link area to the PdfPage.

public PdfActionArea AddLinkToPage(PdfPoint position, PdfSize size, int pageIndex)

Parameters

position PdfPoint

The position of the upper-left corner of the link area.

size PdfSize

The size of the link area.

pageIndex int

Index of the page to be displayed when the link area is activated.

Returns

PdfActionArea

The newly created PdfActionArea object.

AddLinkToPage(PdfPoint, PdfSize, int, double)

Adds the new link area to the PdfPage.

public PdfActionArea AddLinkToPage(PdfPoint position, PdfSize size, int pageIndex, double topOffset)

Parameters

position PdfPoint

The position of the upper-left corner of the link area.

size PdfSize

The size of the link area.

pageIndex int

Index of the page to be displayed when the link area is activated.

topOffset double

The vertical coordinate of the page that should be positioned at the top edge of the window when the link target page is displayed.

Returns

PdfActionArea

The newly created PdfActionArea object.

AddLinkToPage(PdfPoint, PdfSize, PdfPage)

Adds the new link area to the PdfPage.

public PdfActionArea AddLinkToPage(PdfPoint position, PdfSize size, PdfPage page)

Parameters

position PdfPoint

The position of the upper-left corner of the link area.

size PdfSize

The size of the link area.

page PdfPage

The page to be displayed when the link area is activated.

Returns

PdfActionArea

The newly created PdfActionArea object.

AddLinkToPage(PdfPoint, PdfSize, PdfPage, double)

Adds the new link area to the PdfPage.

public PdfActionArea AddLinkToPage(PdfPoint position, PdfSize size, PdfPage page, double topOffset)

Parameters

position PdfPoint

The position of the upper-left corner of the link area.

size PdfSize

The size of the link area.

page PdfPage

The page to be displayed when the link area is activated.

topOffset double

The vertical coordinate of the page that should be positioned at the top edge of the window when the link target page is displayed.

Returns

PdfActionArea

The newly created PdfActionArea object.

AddLinkToPage(PdfRectangle, int)

Adds the new link area to the PdfPage.

public PdfActionArea AddLinkToPage(PdfRectangle boundingBox, int pageIndex)

Parameters

boundingBox PdfRectangle

The PdfRectangle structure that specifies the location and the size of the link area.

pageIndex int

Index of the page to be displayed when the link area is activated.

Returns

PdfActionArea

The newly created PdfActionArea object.

AddLinkToPage(PdfRectangle, int, double)

Adds the new link area to the PdfPage.

public PdfActionArea AddLinkToPage(PdfRectangle boundingBox, int pageIndex, double topOffset)

Parameters

boundingBox PdfRectangle

The PdfRectangle structure that specifies the location and the size of the link area.

pageIndex int

Index of the page to be displayed when the link area is activated.

topOffset double

The vertical coordinate of the page that should be positioned at the top edge of the window when the link target page is displayed.

Returns

PdfActionArea

The newly created PdfActionArea object.

AddLinkToPage(PdfRectangle, PdfPage)

Adds the new link area to the PdfPage.

public PdfActionArea AddLinkToPage(PdfRectangle boundingBox, PdfPage page)

Parameters

boundingBox PdfRectangle

The PdfRectangle structure that specifies the location and the size of the link area.

page PdfPage

The page to be displayed when the link area is activated.

Returns

PdfActionArea

The newly created PdfActionArea object.

AddLinkToPage(PdfRectangle, PdfPage, double)

Adds the new link area to the PdfPage.

public PdfActionArea AddLinkToPage(PdfRectangle boundingBox, PdfPage page, double topOffset)

Parameters

boundingBox PdfRectangle

The PdfRectangle structure that specifies the location and the size of the link area.

page PdfPage

The page to be displayed when the link area is activated.

topOffset double

The vertical coordinate of the page that should be positioned at the top edge of the window when the link target page is displayed.

Returns

PdfActionArea

The newly created PdfActionArea object.

AddLinkToPage(double, double, double, double, int)

Adds the new link area to the PdfPage.

public PdfActionArea AddLinkToPage(double left, double top, double width, double height, int pageIndex)

Parameters

left double

The x-coordinate of the upper-left corner of the link area.

top double

The y-coordinate of the upper-left corner of the link area.

width double

The width of the link area.

height double

The height of the link area.

pageIndex int

Index of the page to be displayed when the link area is activated.

Returns

PdfActionArea

The newly created PdfActionArea object.

AddLinkToPage(double, double, double, double, int, double)

Adds the new link area to the PdfPage.

public PdfActionArea AddLinkToPage(double left, double top, double width, double height, int pageIndex, double topOffset)

Parameters

left double

The x-coordinate of the upper-left corner of the link area.

top double

The y-coordinate of the upper-left corner of the link area.

width double

The width of the link area.

height double

The height of the link area.

pageIndex int

Index of the page to be displayed when the link area is activated.

topOffset double

The vertical coordinate of the page that should be positioned at the top edge of the window when the link target page is displayed.

Returns

PdfActionArea

The newly created PdfActionArea object.

AddLinkToPage(double, double, double, double, PdfPage)

Adds the new link area to the PdfPage.

public PdfActionArea AddLinkToPage(double left, double top, double width, double height, PdfPage page)

Parameters

left double

The x-coordinate of the upper-left corner of the link area.

top double

The y-coordinate of the upper-left corner of the link area.

width double

The width of the link area.

height double

The height of the link area.

page PdfPage

The page to be displayed when the link area is activated.

Returns

PdfActionArea

The newly created PdfActionArea object.

AddLinkToPage(double, double, double, double, PdfPage, double)

Adds the new link area to the PdfPage.

public PdfActionArea AddLinkToPage(double left, double top, double width, double height, PdfPage page, double topOffset)

Parameters

left double

The x-coordinate of the upper-left corner of the link area.

top double

The y-coordinate of the upper-left corner of the link area.

width double

The width of the link area.

height double

The height of the link area.

page PdfPage

The page to be displayed when the link area is activated.

topOffset double

The vertical coordinate of the page that should be positioned at the top edge of the window when the link target page is displayed.

Returns

PdfActionArea

The newly created PdfActionArea object.