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

In This Topic
    DestinationFit Constructor(Page)
    In This Topic
    Initializes a new instance of the DestinationFit class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal page As Page _
    )
    public DestinationFit( 
       Page page
    )

    Parameters

    page
    The target page.
    See Also