IPrinterOutput Interface
Interface for PDF printer output
Namespace: PCBI.Plugin.InterfacesAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public interface IPrinterOutput : IDisposable
Public Interface IPrinterOutput
Inherits IDisposable
public interface class IPrinterOutput : IDisposable
type IPrinterOutput =
interface
interface IDisposable
end
- Implements
- IDisposable
| 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
|