PdfViewer.InitialZoomMode Property

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

public Nullable<Zoom> InitialZoomMode { get; set; }
Public Property InitialZoomMode As Nullable(Of Zoom)

Property Value

Nullable<Zoom>

Licensing Info

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

Remarks

If zoom percent mode is selected then the value of InitialZoomPercent has to be specified. Otherwise it will be .01f by default.

See Also

PdfViewer
ceTe.DynamicPDF.Viewer

In this topic