Link Search Menu Expand Document

PageCopyLinkAnnotationToNewPage Method

Copies Link annotations and Page ID value into another page

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void CopyLinkAnnotationToNewPage(
	Page destPage,
	float pLeft,
	float pTop,
	float pWidth,
	float pHeight,
	RotationAngle pAngle = RotationAngle.Rotate0
)

Parameters

destPage
Type: Bytescout.PDFPage
New page object.
pLeft
Type: SystemSingle
The left to draw template in new page.
pTop
Type: SystemSingle
The top to draw template in new page.
pWidth
Type: SystemSingle
The width to draw template in new page.
pHeight
Type: SystemSingle
The height to draw template in new page.
pAngle (Optional)
Type: Bytescout.PDFRotationAngle
The angle to draw template (0, 90, 180, 270).
See Also

Reference