PdfDocumentView.SetFitWidth Method

Sets the zoom type to use when displaying the page in the view to FitWidth.

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

Syntax

C#
public void SetFitWidth()
VB
Public Sub SetFitWidth

Remarks

The target page will be displayed starting from the top edge of the page.

See Also