Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / DestinationFitB Class
Members

In This Topic
    DestinationFitB Class
    In This Topic
    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.
    Object Model
    DestinationFitB Class
    Syntax
    'Declaration
     
    Public Class DestinationFitB 
       Inherits Destination
    public class DestinationFitB : Destination 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.DocAction
             GrapeCity.Documents.Pdf.DestinationBase
                GrapeCity.Documents.Pdf.Destination
                   GrapeCity.Documents.Pdf.DestinationFitB

    See Also