The PrinterDriverExceptionCode Enumeration is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Provides information about LEADTOOLS Virtual Printer Driver exception codes.| Visual Basic (Declaration) | |
|---|---|
Public Enum PrinterDriverExceptionCode Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As PrinterDriverExceptionCode | |
| C# | |
|---|---|
public enum PrinterDriverExceptionCode : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class PrinterDriverExceptionCode : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| AdminstratorRights | Must have Administrator rights to use this functionality. |
| ConnectionExeNotFound | Connection file not found. |
| CreateRegistryKey | Cannot create registry key. |
| CreateTempFile | Cannot create temporary file. |
| DocumentAlreadyStarted | Document already started. |
| InvalidPrinter | Invalid printer. |
| InvalidPrinterType | Invalid printer type. |
| LoadDLL | Error loading DLL. |
| LoadFontData | Fixed palette data not found. |
| MoreData | Allocated memory is not enough to retrieve the required data. |
| NoOptions | No options previously set. |
| NotLeadtoolsPrinter | Not a LEADTOOLS Printer. |
| PrinterAdd | Cannot add printer. |
| PrinterCannotBeLocked | LEADTOOLS Printer was created without a password and cannot be locked. |
| PrinterData | Invalid printer data. |
| PrinterLocked | LEADTOOLS Printer is locked. |
| PrinterNotFound | Printer not found. |
| PrinterSetData | Cannot set printer data. |
| RootDirectoryNotFound | Root directory not found. |
| SetRegistryValue | Can not set registry key value. |
| SpoolFolderNotFound | Spool folder not found. |
System.Object
System.ValueType
System.Enum
Leadtools.Printer.PrinterDriverExceptionCode
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code