IPrinterOutput Interface

Interface for PDF printer output

Definition

Namespace: PCBI.Plugin.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public interface IPrinterOutput : IDisposable
Implements
IDisposable

Methods

Export Export document with save file dialog
GetStream Return stream of document
Print Acutally open print dialog of OS
Save Save document to file path
SaveAsync Save document to FileData

See Also