Click or drag to resize

IPrintingView Interface

Provides the view contract for PrintingController.

Namespace: Altaxo.Gui.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IPrintingView : IDataContextAwareView

The IPrintingView type exposes the following members.

Properties
 NameDescription
Public propertyDataContext Sets the data context of the view.
(Inherited from IDataContextAwareView)
Top
Methods
 NameDescription
Public methodShowPrinterPropertiesDialog Shows the printer properties dialog for the current printer settings.
Top
See Also