DestinationFitV Constructor(Int32,Nullable<Single>)
In This Topic
Initialize a new instance of the
DestinationFitV class.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
Optional ByVal As System.Nullable(Of Single) _
)
public DestinationFitV(
System.int ,
System.Nullable<float>
)
Parameters
- pageIndex
- The page index.
- left
- The left coordinate of the document window.
See Also