[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.DestinationFitB

Class DestinationFitB

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

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.

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

DestinationFitB(Page)

Initialize a new instance of the DestinationFitB class.

public DestinationFitB(Page page)

Parameters

page Page

The page.

DestinationFitB(int)

Initialize a new instance of the DestinationFitB class.

public DestinationFitB(int pageIndex)

Parameters

pageIndex int

The page index.