PdfDocumentView.Zoom Property

Gets the zoom type 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 PdfZoom Zoom { get; }
VB
Public ReadOnly Property Zoom As PdfZoom
	Get

Property Value

Type: PdfZoom
The zoom type of the page to be displayed in the view.

See Also