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 As Page, _
ByVal As System.Drawing.RectangleF _
)
public DestinationFitR(
Page ,
System.Drawing.RectangleF
)
Parameters
- page
- The target page.
- bounds
- The rectangle to fit (relative to the top left corner).
See Also