[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.DestinationFitBV

DestinationFitBV Class

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.

Implements
Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public class DestinationFitBV : Destination, IPdfArray, IDestination
Public Class DestinationFitBV
    Inherits Destination
    Implements IPdfArray, IDestination

Constructors

Name Description
DestinationFitBV(Page, float?)

Initialize a new instance of the DestinationFitBV class.

DestinationFitBV(int, float?)

Initialize a new instance of the DestinationFitBV class.

Properties

Name Description
Left

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

Extension Methods