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

Syntax

C#
public void SetDuration(
	int seconds,
	int page
)
Visual Basic
Public Sub SetDuration ( _
	seconds As Integer, _
	page As Integer _
)
Visual C++
public:
void SetDuration(
	int seconds, 
	int page
)

Parameters

seconds
Type: System..::..Int32
page
Type: System..::..Int32

See Also