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
PdfPointThe position of the upper-left corner of the link area.
size
PdfSizeThe size of the link area.
pageIndex
intIndex of the page to be displayed when the link area is activated.
Returns
- PdfActionArea
The newly created PdfActionArea object.
Remarks
Read the Links section to see how to add links to pages.
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
PdfPointThe position of the upper-left corner of the link area.
size
PdfSizeThe size of the link area.
pageIndex
intIndex of the page to be displayed when the link area is activated.
topOffset
doubleThe 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.
Remarks
Read the Links section to see how to add links to pages.
AddLinkToPage(PdfPoint, PdfSize, PdfPage)
Adds the new link area to the PdfPage.
public PdfActionArea AddLinkToPage(PdfPoint position, PdfSize size, PdfPage page)
Parameters
position
PdfPointThe position of the upper-left corner of the link area.
size
PdfSizeThe size of the link area.
page
PdfPageThe page to be displayed when the link area is activated.
Returns
- PdfActionArea
The newly created PdfActionArea object.
Remarks
Read the Links section to see how to add links to pages.
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
PdfPointThe position of the upper-left corner of the link area.
size
PdfSizeThe size of the link area.
page
PdfPageThe page to be displayed when the link area is activated.
topOffset
doubleThe 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.
Remarks
Read the Links section to see how to add links to pages.
AddLinkToPage(PdfRectangle, int)
Adds the new link area to the PdfPage.
public PdfActionArea AddLinkToPage(PdfRectangle boundingBox, int pageIndex)
Parameters
boundingBox
PdfRectangleThe PdfRectangle structure that specifies the location and the size of the link area.
pageIndex
intIndex of the page to be displayed when the link area is activated.
Returns
- PdfActionArea
The newly created PdfActionArea object.
Remarks
Read the Links section to see how to add links to pages.
AddLinkToPage(PdfRectangle, int, double)
Adds the new link area to the PdfPage.
public PdfActionArea AddLinkToPage(PdfRectangle boundingBox, int pageIndex, double topOffset)
Parameters
boundingBox
PdfRectangleThe PdfRectangle structure that specifies the location and the size of the link area.
pageIndex
intIndex of the page to be displayed when the link area is activated.
topOffset
doubleThe 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.
Remarks
Read the Links section to see how to add links to pages.
AddLinkToPage(PdfRectangle, PdfPage)
Adds the new link area to the PdfPage.
public PdfActionArea AddLinkToPage(PdfRectangle boundingBox, PdfPage page)
Parameters
boundingBox
PdfRectangleThe PdfRectangle structure that specifies the location and the size of the link area.
page
PdfPageThe page to be displayed when the link area is activated.
Returns
- PdfActionArea
The newly created PdfActionArea object.
Remarks
Read the Links section to see how to add links to pages.
AddLinkToPage(PdfRectangle, PdfPage, double)
Adds the new link area to the PdfPage.
public PdfActionArea AddLinkToPage(PdfRectangle boundingBox, PdfPage page, double topOffset)
Parameters
boundingBox
PdfRectangleThe PdfRectangle structure that specifies the location and the size of the link area.
page
PdfPageThe page to be displayed when the link area is activated.
topOffset
doubleThe 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.
Remarks
Read the Links section to see how to add links to pages.
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
doubleThe x-coordinate of the upper-left corner of the link area.
top
doubleThe y-coordinate of the upper-left corner of the link area.
width
doubleThe width of the link area.
height
doubleThe height of the link area.
pageIndex
intIndex of the page to be displayed when the link area is activated.
Returns
- PdfActionArea
The newly created PdfActionArea object.
Remarks
Read the Links section to see how to add links to pages.
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
doubleThe x-coordinate of the upper-left corner of the link area.
top
doubleThe y-coordinate of the upper-left corner of the link area.
width
doubleThe width of the link area.
height
doubleThe height of the link area.
pageIndex
intIndex of the page to be displayed when the link area is activated.
topOffset
doubleThe 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.
Remarks
Read the Links section to see how to add links to pages.
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
doubleThe x-coordinate of the upper-left corner of the link area.
top
doubleThe y-coordinate of the upper-left corner of the link area.
width
doubleThe width of the link area.
height
doubleThe height of the link area.
page
PdfPageThe page to be displayed when the link area is activated.
Returns
- PdfActionArea
The newly created PdfActionArea object.
Remarks
Read the Links section to see how to add links to pages.
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
doubleThe x-coordinate of the upper-left corner of the link area.
top
doubleThe y-coordinate of the upper-left corner of the link area.
width
doubleThe width of the link area.
height
doubleThe height of the link area.
page
PdfPageThe page to be displayed when the link area is activated.
topOffset
doubleThe 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.
Remarks
Read the Links section to see how to add links to pages.