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 As System.Integer, _
ByVal As System.Drawing.RectangleF _
)
public DestinationFitR(
System.int ,
System.Drawing.RectangleF
)
Parameters
- pageIndex
- The target page index.
- pdfBounds
- The rectangle to fit relative to the bottom left corner.
See Also