Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfPage.DisplayDuration Property

Indicates the display duration of a page (also called its advance timing): the maximum length of time, in seconds, that the page shall be displayed during presentations before the viewer application shall automatically advance to the next page.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public double DisplayDuration { get; }

Property Value

Type Description
Double

A Double value.

Remarks

By default, the viewer shall not advance automatically.

See Also