Creates a Screen anotation to embed media clips

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

Syntax

C#
public Annotation(
	float llx,
	float lly,
	float urx,
	float ury,
	string moviePath,
	string mimeType,
	bool showOnDisplay
)
Visual Basic
Public Sub New ( _
	llx As Single, _
	lly As Single, _
	urx As Single, _
	ury As Single, _
	moviePath As String, _
	mimeType As String, _
	showOnDisplay As Boolean _
)
Visual C++
public:
Annotation(
	float llx, 
	float lly, 
	float urx, 
	float ury, 
	String^ moviePath, 
	String^ mimeType, 
	bool showOnDisplay
)

Parameters

llx
Type: System..::..Single
the lower left x-value
lly
Type: System..::..Single
the lower left y-value
urx
Type: System..::..Single
the upper right x-value
ury
Type: System..::..Single
the upper right y-value
moviePath
Type: System..::..String
path to the media clip file
mimeType
Type: System..::..String
mime type of the media
showOnDisplay
Type: System..::..Boolean
if true play on display of the page

See Also