[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.DestinationFitBV

Class DestinationFitBV

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

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 its bounding box within the window. A null value for left specifies that the current value of that parameter is to be retained unchanged.

public class DestinationFitBV : Destination, IPdfArray, IDestination
Inheritance
object
DestinationFitBV
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

DestinationFitBV(Page, float?)

Initialize a new instance of the DestinationFitBV class.

public DestinationFitBV(Page page, float? left)

Parameters

page Page

The page.

left float?

The left coordinate of the document window.

DestinationFitBV(int, float?)

Initialize a new instance of the DestinationFitBV class.

public DestinationFitBV(int pageIndex, float? left)

Parameters

pageIndex int

The page index.

left float?

The left coordinate of the document window.

Properties

Left

Gets the left coordinate of the document window, if null then unchanged.

public float? Left { get; }

Property Value

float?