DocumentDisplayingEventArgs.InitialPage Property

Gets or sets the value of initial page when displaying a document.

public Nullable<int> InitialPage { get; set; }
Public Property InitialPage As Nullable(Of Integer)

Property Value

Nullable<int>

Licensing Info

This property is a DynamicPDF Viewer feature. One of the following is required for non-evaluation usage:

Remarks

The value will be accepted only if it is a positive number between 1 and total number of pages in the document.

See Also

DocumentDisplayingEventArgs
ceTe.DynamicPDF.Viewer

In this topic