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
positionPdfPointThe position of the upper-left corner of the link area.
sizePdfSizeThe size of the link area.
pageIndexintIndex 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
positionPdfPointThe position of the upper-left corner of the link area.
sizePdfSizeThe size of the link area.
pageIndexintIndex of the page to be displayed when the link area is activated.
topOffsetdoubleThe 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
positionPdfPointThe position of the upper-left corner of the link area.
sizePdfSizeThe size of the link area.
pagePdfPageThe 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
positionPdfPointThe position of the upper-left corner of the link area.
sizePdfSizeThe size of the link area.
pagePdfPageThe page to be displayed when the link area is activated.
topOffsetdoubleThe 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
boundingBoxPdfRectangleThe PdfRectangle structure that specifies the location and the size of the link area.
pageIndexintIndex 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
boundingBoxPdfRectangleThe PdfRectangle structure that specifies the location and the size of the link area.
pageIndexintIndex of the page to be displayed when the link area is activated.
topOffsetdoubleThe 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
boundingBoxPdfRectangleThe PdfRectangle structure that specifies the location and the size of the link area.
pagePdfPageThe 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
boundingBoxPdfRectangleThe PdfRectangle structure that specifies the location and the size of the link area.
pagePdfPageThe page to be displayed when the link area is activated.
topOffsetdoubleThe 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
leftdoubleThe x-coordinate of the upper-left corner of the link area.
topdoubleThe y-coordinate of the upper-left corner of the link area.
widthdoubleThe width of the link area.
heightdoubleThe height of the link area.
pageIndexintIndex 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
leftdoubleThe x-coordinate of the upper-left corner of the link area.
topdoubleThe y-coordinate of the upper-left corner of the link area.
widthdoubleThe width of the link area.
heightdoubleThe height of the link area.
pageIndexintIndex of the page to be displayed when the link area is activated.
topOffsetdoubleThe 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
leftdoubleThe x-coordinate of the upper-left corner of the link area.
topdoubleThe y-coordinate of the upper-left corner of the link area.
widthdoubleThe width of the link area.
heightdoubleThe height of the link area.
pagePdfPageThe 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
leftdoubleThe x-coordinate of the upper-left corner of the link area.
topdoubleThe y-coordinate of the upper-left corner of the link area.
widthdoubleThe width of the link area.
heightdoubleThe height of the link area.
pagePdfPageThe page to be displayed when the link area is activated.
topOffsetdoubleThe 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.