Click or drag to resize

IPrintingService Interface

This interface provides access to printers and forms.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IPrintingService

The IPrintingService type exposes the following members.

Properties
 NameDescription
Public propertyPrintDocument Returns the current print document for this instance of the application. This contains settings that store the current printer, paper size, orientation and so on.
Public propertyPrintingBounds 
Public propertyPrintingMargins 
Top
Methods
 NameDescription
Public methodUpdateBoundsAndMargins Update the default bounds and margins after the printer settings changed. This function must be called manually after a page setup dialog.
Top
See Also