[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.DestinationFit

DestinationFit Class

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.

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

Constructors

Name Description
DestinationFit(Page)

Initializes a new instance of the DestinationFit class.

DestinationFit(int)

Initializes a new instance of the DestinationFit class.

Extension Methods