PdfContents.DrawWebLink Method (PdfPage, PdfFont, Double, Double, Double, TextJustify, DrawStyle, Color, String, String)

PDF File Writer

PdfContentsDrawWebLink Method (PdfPage, PdfFont, Double, Double, Double, TextJustify, DrawStyle, Color, String, String)

Draw web link with one line of text

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public double DrawWebLink(
	PdfPage Page,
	PdfFont Font,
	double FontSize,
	double TextAbsPosX,
	double TextAbsPosY,
	TextJustify Justify,
	DrawStyle DrawStyle,
	Color TextColor,
	string Text,
	string WebLinkStr
)

Parameters

Page
Type: PdfFileWriterPdfPage
Current page
Font
Type: PdfFileWriterPdfFont
Font
FontSize
Type: SystemDouble
Font size
TextAbsPosX
Type: SystemDouble
Text absolute position X
TextAbsPosY
Type: SystemDouble
Text absolute position Y
Justify
Type: PdfFileWriterTextJustify
Text justify enumeration.
DrawStyle
Type: PdfFileWriterDrawStyle
Draw style enumeration
TextColor
Type: System.DrawingColor
Color
Text
Type: SystemString
Text
WebLinkStr
Type: SystemString
Web link

Return Value

Type: Double
Text width
Remarks
The position arguments are in relation to the bottom left corner of the paper.
See Also