[]
Display the page designated by page, with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of the page within the window. A null value for left specifies that the current value of that parameter is to be retained unchanged.
public class DestinationFitV : Destination, IPdfArray, IDestination
Initialize a new instance of the DestinationFitV class.
public DestinationFitV(Page page, float? left = null)
page
PageThe page.
left
float?The left coordinate of the document window.
Initialize a new instance of the DestinationFitV class.
public DestinationFitV(int pageIndex, float? left = null)
pageIndex
intThe page index.
left
float?The left coordinate of the document window.
Gets the left coordinate of the document window, if null then unchanged.
public float? Left { get; }