Initializes a new instance of the PdfAction class

Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

C#
public PdfAction(
	Uri url,
	bool isMap
)
Visual Basic
Public Sub New ( _
	url As Uri, _
	isMap As Boolean _
)
Visual C++
public:
PdfAction(
	Uri^ url, 
	bool isMap
)

Parameters

url
Type: System..::..Uri
isMap
Type: System..::..Boolean

Collapse imageSee Also