PrintHelper.AddFrameworkElementToPrint(FrameworkElement) 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 an element to the list of elements to print.
public void AddFrameworkElementToPrint (Windows.UI.Xaml.FrameworkElement element);
member this.AddFrameworkElementToPrint : Windows.UI.Xaml.FrameworkElement -> unit
Public Sub AddFrameworkElementToPrint (element As FrameworkElement)
Parameters
- element
- Windows.UI.Xaml.FrameworkElement
Framework element to print.
Remarks
The element cannot have a parent; It must not be included in any visual tree.