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