PdfDocumentView.ZoomPercent Property

Gets the zoom percent (magnification level) of the page to be displayed in the view.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public double ZoomPercent { get; }
VB
Public ReadOnly Property ZoomPercent As Double
	Get

Property Value

Type: Double
The zoom percent (magnification level) of the page to be displayed in the view.

Remarks

The zoom percent equal to 0 means that an application displaying the document should not change magnification level before displaying this view.

The magnification level should be 0 or in the range [8..3200].

See Also