PdfViewer.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 should be a positive number and it will be 0 by default in case if it exceeds the total number of pages or not set.

See Also

PdfViewer
ceTe.DynamicPDF.Viewer

In this topic