PdfViewer.InitialZoomPercent Property

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

public Nullable<float> InitialZoomPercent { get; set; }
Public Property InitialZoomPercent As Nullable(Of Single)

Property Value

Nullable<float>

Licensing Info

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

Remarks

This value ranges from .01f to 64.0f.

See Also

PdfViewer
ceTe.DynamicPDF.Viewer

In this topic