[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.DestinationFit

Class DestinationFit

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

Display the page designated by page, with its contents magnified just enough to fit the entire page within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the page within the window in the other dimension.

public class DestinationFit : Destination, IPdfArray, IDestination
Inheritance
object
DestinationFit
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

DestinationFit(Page)

Initializes a new instance of the DestinationFit class.

public DestinationFit(Page page)

Parameters

page Page

The target page.

DestinationFit(int)

Initializes a new instance of the DestinationFit class.

public DestinationFit(int pageIndex)

Parameters

pageIndex int

The target page index.