PdfDocumentView.SetFitHeight Method (Double)

Sets the zoom type to use when displaying the page in the view to FitHeight and the Left property to the specified value.

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

Syntax

C#
public void SetFitHeight(
	double left
)
VB
Public Sub SetFitHeight ( 
	left As Double
)

Parameters

left
Type: System.Double
The x-coordinate of the upper-left corner of the page to be positioned at the upper-left corner of the window when this view gets displayed.

See Also