Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / DestinationFitR Class / DestinationFitR Constructor / DestinationFitR Constructor(Page,RectangleF)
The target page.
The rectangle to fit (relative to the top left corner).

In This Topic
    DestinationFitR Constructor(Page,RectangleF)
    In This Topic
    Initializes a new instance of the DestinationFitR class.

    Note that if a destination is created using this constructor then all Y coordinates should be specified relative to the bottom of the page, see Destination description for details.

    Syntax
    'Declaration
     
    Public Function New( _
       ByVal page As Page, _
       ByVal bounds As System.Drawing.RectangleF _
    )
    public DestinationFitR( 
       Page page,
       System.Drawing.RectangleF bounds
    )

    Parameters

    page
    The target page.
    bounds
    The rectangle to fit (relative to the top left corner).
    See Also