MFGS Printing
MFGSPrinting Public interface
Description
Describes methods and properties available on the static instance object MFGS.Printing
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph VGWWCoreIEx VGWWCoreIEx.IExMFGSPrinting[[IExMFGSPrinting]] class VGWWCoreIEx.IExMFGSPrinting interfaceStyle; endMembers
Methods
Public methods
| Returns | Name |
|---|---|
void | SendBytesToPrinter(string printer, byte``[] data)Sends a byte arrary to the specifed printer. |
void | SendFileToPrinter(string printer, string fileName)Sends the contents of a file to the specifed printer. |
void | SendStringToPrinter(string printer, string data)Sends a string to the specifed printer. |
Details
Summary
Describes methods and properties available on the static instance object MFGS.Printing
Methods
SendBytesToPrinter
public void SendBytesToPrinter(string printer, byte[] data)Arguments
| Type | Name | Description |
|---|---|---|
string | printer | The name of the printer as defined in Windows. |
byte``[] | data | The byte array to be sent. |
Summary
Sends a byte arrary to the specifed printer.
SendFileToPrinter
public void SendFileToPrinter(string printer, string fileName)Arguments
| Type | Name | Description |
|---|---|---|
string | printer | The name of the printer as defined in Windows. |
string | fileName | The path and name of the file contents to be sent. |
Summary
Sends the contents of a file to the specifed printer.
SendStringToPrinter
public void SendStringToPrinter(string printer, string data)Arguments
| Type | Name | Description |
|---|---|---|
string | printer | The name of the printer as defined in Windows. |
string | data | The string to be sent. |
Summary
Sends a string to the specifed printer.
Generated with ModularDoc