CreateMarkupPrintView Method
Description
Creates an IPrintView object from the supplied XAML Markup string.
Syntax
Public Function CreateMarkupPrintView( _
ByVal [MarkupText](#) As String _
) As IPrintView
Parameters
- MarkupText: XAML Markup string.
Return Type
Returns an IPrintView object created from the supplied XAML Markup 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.