PageCopyLinkAnnotationToNewPage Method
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Copies Link annotations and Page ID value into another page
Namespace:Bytescout.PDFAssembly: 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