Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / DestinationFit Class / DestinationFit Constructor / DestinationFit Constructor(Int32)
The target page index.

In This Topic
    DestinationFit Constructor(Int32)
    In This Topic
    Initializes a new instance of the DestinationFit class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pageIndex As System.Integer _
    )
    public DestinationFit( 
       System.int pageIndex
    )

    Parameters

    pageIndex
    The target page index.
    See Also