Northwoods.GoSilverlight 1.3.5 Assembly
PrintManager Class Members
See Also  Fields  Properties  Methods  Events Send Feedback
Northwoods.GoXam Namespace : PrintManager Class


The following tables list the members exposed by PrintManager.

Public Constructors

 NameDescription
public ConstructorPrintManager ConstructorCreate a default PrintManager.  
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)BackgroundTemplatePropertyIdentifies the BackgroundTemplate dependency property.  
public Fieldstatic (Shared in Visual Basic)BoundsPropertyIdentifies the Bounds dependency property.  
public Fieldstatic (Shared in Visual Basic)ForegroundTemplatePropertyIdentifies the ForegroundTemplate dependency property.  
public Fieldstatic (Shared in Visual Basic)MarginPropertyIdentifies the Margin dependency property  
public Fieldstatic (Shared in Visual Basic)PageOptionsPropertyIdentifies the PageOptions dependency property.  
public Fieldstatic (Shared in Visual Basic)PartsPropertyIdentifies the Parts dependency property.  
public Fieldstatic (Shared in Visual Basic)ScalePropertyIdentifies the Scale dependency property.  
Top

Public Properties

 NameDescription
public PropertyActualHeight (Inherited from System.Windows.FrameworkElement)
public PropertyActualWidth (Inherited from System.Windows.FrameworkElement)
public PropertyAllowDrop (Inherited from System.Windows.UIElement)
public PropertyBackgroundTemplateGets or sets the DataTemplate printed as the background for each page.  
public PropertyBounds Gets or sets the area of the model to be printed, in model coordinates.  
public PropertyCacheMode (Inherited from System.Windows.UIElement)
public PropertyClip (Inherited from System.Windows.UIElement)
public PropertyCursor (Inherited from System.Windows.FrameworkElement)
public PropertyDataContext (Inherited from System.Windows.FrameworkElement)
public PropertyDesiredSize (Inherited from System.Windows.UIElement)
public PropertyDiagramGets the Diagram for which this PrintManager performs printing.  
public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
public PropertyEffect (Inherited from System.Windows.UIElement)
public PropertyFlowDirection (Inherited from System.Windows.FrameworkElement)
public PropertyForegroundTemplateGets or sets the DataTemplate printed as the foreground for each page.  
public PropertyHeight (Inherited from System.Windows.FrameworkElement)
public PropertyHorizontalAlignment (Inherited from System.Windows.FrameworkElement)
public PropertyIsHitTestVisible (Inherited from System.Windows.UIElement)
public PropertyLanguage (Inherited from System.Windows.FrameworkElement)
public PropertyMargin Gets or sets the margins inside the page size, around the printed area.  
public PropertyMaxHeight (Inherited from System.Windows.FrameworkElement)
public PropertyMaxWidth (Inherited from System.Windows.FrameworkElement)
public PropertyMinHeight (Inherited from System.Windows.FrameworkElement)
public PropertyMinWidth (Inherited from System.Windows.FrameworkElement)
public PropertyName (Inherited from System.Windows.FrameworkElement)
public PropertyOpacity (Inherited from System.Windows.UIElement)
public PropertyOpacityMask (Inherited from System.Windows.UIElement)
public PropertyPageOptions Gets or sets how printing fills each page.  
public PropertyParent (Inherited from System.Windows.FrameworkElement)
public PropertyPartsGets or sets the collection of Parts to be printed.  
public PropertyProjection (Inherited from System.Windows.UIElement)
public PropertyRenderSize (Inherited from System.Windows.UIElement)
public PropertyRenderTransform (Inherited from System.Windows.UIElement)
public PropertyRenderTransformOrigin (Inherited from System.Windows.UIElement)
public PropertyResources (Inherited from System.Windows.FrameworkElement)
public PropertyScale Gets or sets the scale factor at which everything is printed.  
public PropertyStyle (Inherited from System.Windows.FrameworkElement)
public PropertyTag (Inherited from System.Windows.FrameworkElement)
public PropertyTriggers (Inherited from System.Windows.FrameworkElement)
public PropertyUseLayoutRounding (Inherited from System.Windows.UIElement)
public PropertyVerticalAlignment (Inherited from System.Windows.FrameworkElement)
public PropertyVisibility (Inherited from System.Windows.UIElement)
public PropertyWidth (Inherited from System.Windows.FrameworkElement)
Top

Public Methods

Protected Methods

 NameDescription
protected MethodArrangeOverride (Inherited from System.Windows.FrameworkElement)
protected MethodDoPrintCall the Print method on a PrintDocument setup by PrintManager.Print.  
protected MethodMeasureOverride (Inherited from System.Windows.FrameworkElement)
protected MethodOnCompleted This is called after the print operation has completed.  
protected MethodOnCreateAutomationPeer (Inherited from System.Windows.UIElement)
protected MethodOnStarting This method is called just before the first page is printed.  
Top

Public Events

 NameDescription
public EventBindingValidationError (Inherited from System.Windows.FrameworkElement)
public EventCompleted This event occurs when printing is completed.  
public EventDataContextChanged (Inherited from System.Windows.FrameworkElement)
public EventDragEnter (Inherited from System.Windows.UIElement)
public EventDragLeave (Inherited from System.Windows.UIElement)
public EventDragOver (Inherited from System.Windows.UIElement)
public EventDrop (Inherited from System.Windows.UIElement)
public EventGotFocus (Inherited from System.Windows.UIElement)
public EventKeyDown (Inherited from System.Windows.UIElement)
public EventKeyUp (Inherited from System.Windows.UIElement)
public EventLayoutUpdated (Inherited from System.Windows.FrameworkElement)
public EventLoaded (Inherited from System.Windows.FrameworkElement)
public EventLostFocus (Inherited from System.Windows.UIElement)
public EventLostMouseCapture (Inherited from System.Windows.UIElement)
public EventMediaCommand (Inherited from System.Windows.UIElement)
public EventMouseEnter (Inherited from System.Windows.UIElement)
public EventMouseLeave (Inherited from System.Windows.UIElement)
public EventMouseLeftButtonDown (Inherited from System.Windows.UIElement)
public EventMouseLeftButtonUp (Inherited from System.Windows.UIElement)
public EventMouseMove (Inherited from System.Windows.UIElement)
public EventMouseRightButtonDown (Inherited from System.Windows.UIElement)
public EventMouseRightButtonUp (Inherited from System.Windows.UIElement)
public EventMouseWheel (Inherited from System.Windows.UIElement)
public EventSizeChanged (Inherited from System.Windows.FrameworkElement)
public EventStarting This event occurs just before printing starts, after the printer has been chosen.  
public EventTextInput (Inherited from System.Windows.UIElement)
public EventTextInputStart (Inherited from System.Windows.UIElement)
public EventTextInputUpdate (Inherited from System.Windows.UIElement)
public EventUnloaded (Inherited from System.Windows.FrameworkElement)
Top

See Also

© 2012 All Rights Reserved.