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