PdfPage.AddWebLink Method (Double, Double, Double, Double, String)

PDF File Writer

PdfPageAddWebLink Method (Double, Double, Double, Double, String)

Add weblink to this page

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public PdfAnnotation AddWebLink(
	double LeftAbsPos,
	double BottomAbsPos,
	double RightAbsPos,
	double TopAbsPos,
	string WebLinkStr
)

Parameters

LeftAbsPos
Type: SystemDouble
Left position of weblink area
BottomAbsPos
Type: SystemDouble
Bottom position of weblink area
RightAbsPos
Type: SystemDouble
Right position of weblink area
TopAbsPos
Type: SystemDouble
Top position of weblink area
WebLinkStr
Type: SystemString
Hyperlink string

Return Value

Type: PdfAnnotation
PdfAnnotation object
Remarks

The four position arguments are in relation to the bottom left corner of the paper. If web link is empty, ignore this call.

For more information go to 2.7 Web Link Support

See Also