PrintDocument.AddPage(UIElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a XAML root visual element to the print list.
public:
virtual void AddPage(UIElement ^ pageVisual) = AddPage;
void AddPage(UIElement const& pageVisual);
public void AddPage(UIElement pageVisual);
function addPage(pageVisual)
Public Sub AddPage (pageVisual As UIElement)
Parameters
- pageVisual
- UIElement
The root visual element of the page to add to the print list.