SpringCard LibCs.Windows for .NET  18.10.10
A set of utilities for the Windows platform
SpringCard.LibCs.RawPrinterHelper Class Reference

Description of RawPrinterHelper. More...

Classes

class  DOCINFOA
 

Public Member Functions

static bool OpenPrinter ([MarshalAs(UnmanagedType.LPStr)] string szPrinter, out IntPtr hPrinter, IntPtr pd)
 
static bool ClosePrinter (IntPtr hPrinter)
 
static bool StartDocPrinter (IntPtr hPrinter, Int32 level, [In, MarshalAs(UnmanagedType.LPStruct)] DOCINFOA di)
 
static bool EndDocPrinter (IntPtr hPrinter)
 
static bool StartPagePrinter (IntPtr hPrinter)
 
static bool EndPagePrinter (IntPtr hPrinter)
 
static bool WritePrinter (IntPtr hPrinter, IntPtr pBytes, Int32 dwCount, out Int32 dwWritten)
 

Static Public Member Functions

static bool SendBytesToPrinter (string szPrinterName, IntPtr pBytes, Int32 dwCount)
 
static bool SendFileToPrinter (string szPrinterName, string szFileName)
 
static bool SendStringToPrinter (string szPrinterName, string szString)
 

Detailed Description

Description of RawPrinterHelper.


The documentation for this class was generated from the following file: