PdfDisplayMedia.RepeatCount Method

PDF File Writer

PdfDisplayMediaRepeatCount Method

Repeat count

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void RepeatCount(
	float Count
)

Parameters

Count
Type: SystemSingle
Count
Remarks

Count of zero means replay indefinitly.

Negative count is an error.

Count is a real (float) number. The PDF specification does not define how non integers are treated.

See Also