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

In This Topic
    DestinationFitR Constructor(Int32,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 pageIndex As System.Integer, _
       ByVal pdfBounds As System.Drawing.RectangleF _
    )
    public DestinationFitR( 
       System.int pageIndex,
       System.Drawing.RectangleF pdfBounds
    )

    Parameters

    pageIndex
    The target page index.
    pdfBounds
    The rectangle to fit relative to the bottom left corner.
    See Also