Skip to content

CreateRichEditPrintView Method

Description

Creates an IPrintView object from the supplied RTF string.

Syntax

Public Function CreateRichEditPrintView( _
    ByVal Text As String _
) As IPrintView

Parameters

  • Text: RTF string.

Return Type

Returns an IPrintView object created from the supplied string.

Remarks

The created IPrintView object needs to be assigned to PrintView before it can be viewed. Then you can show the form the PrintPreview control is on, and it will display the created print view.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.