Method SetFitHeight
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
SetFitHeight()
Sets the zoom type to use when displaying the page in the view to FitHeight.
public void SetFitHeight()
SetFitHeight(double)
Sets the zoom type to use when displaying the page in the view to FitHeight and the Left property to the specified value.
public void SetFitHeight(double left)
Parameters
left
doubleThe 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.