Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / DestinationFitR Class / Bounds Property

In This Topic
    Bounds Property (DestinationFitR)
    In This Topic
    Gets the rectangle to fit.

    If the target page of this destination was specified as an index (see Destination.PageIndex), then this property returns a rectangle relative to the bottom left corner. If the target page was specified as a page object (see Destination.Page), then this property returns a rectangle relative to the top left corner. See Destination description for details.

    Syntax
    'Declaration
     
    Public ReadOnly Property Bounds As System.Drawing.RectangleF
    public System.Drawing.RectangleF Bounds {get;}
    See Also