[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.DestinationFitB

DestinationFitB Class

Display the page designated by page, with its contents magnified just enough to fit its bounding box entirely 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 bounding box within the window in the other dimension.

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

Constructors

Name Description
DestinationFitB(Page)

Initialize a new instance of the DestinationFitB class.

DestinationFitB(int)

Initialize a new instance of the DestinationFitB class.

Extension Methods