| Visual Basic (Declaration) | |
|---|---|
Public Enum PrinterDriverExceptionCode Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum PrinterDriverExceptionCode : Enum | |
| C++/CLI | |
|---|---|
public enum class PrinterDriverExceptionCode : public Enum | |
| Member | Description |
|---|---|
| PrinterLocked | LEADTOOLS Printer is locked. |
| PrinterCannotBeLocked | LEADTOOLS Printer was created without a password and cannot be locked. |
| MoreData | Allocated memory is not enough to retrieve the required data. |
| NoOptions | No options previously set. |
| NotLeadtoolsPrinter | Not a LEADTOOLS Printer. |
| PrinterData | Invalid printer data. |
| PrinterSetData | Cannot set printer data. |
| CreateRegistryKey | Cannot create registry key. |
| SetRegistryValue | Can not set registry key value. |
| PrinterAdd | Cannot add printer. |
| PrinterNotFound | Printer not found. |
| RootDirectoryNotFound | Root directory not found. |
| ConnectionExeNotFound | Connection file not found. |
| SpoolFolderNotFound | Spool folder not found. |
| InvalidPrinterType | Invalid printer type. |
| InvalidPrinter | Invalid printer. |
| DocumentAlreadyStarted | Document already started. |
| CreateTempFile | Cannot create temporary file. |
| LoadDLL | Error loading DLL. |
| LoadFontData | Fixed palette data not found. |
System.Object
System.ValueType
System.Enum
Leadtools.Printer.PrinterDriverExceptionCode
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code