PdfLinkAnnotationToPage Method
Creates a hyperlink that jumps to another page within the same
document, fitting the whole page in the viewport. Produces a
GoTo action with a /Fit destination (allowed in every PDF/A)
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
public static PdfLinkAnnotation ToPage(
int targetPageNumber,
int pageNumber,
float x,
float y,
float width,
float height
)
- targetPageNumber Int32
- The 1-based page number to jump to
- pageNumber Int32
- The 1-based page number where the link is placed
- x Single
- The link rectangle X coordinate on the page
- y Single
- The link rectangle Y coordinate on the page
- width Single
- The link rectangle width
- height Single
- The link rectangle height
PdfLinkAnnotationA new link annotation instance