Status of PDFPrint operation execution
Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
OK | 0 | Everything is OK. | |
FILE_DOESNT_EXIST | 1 | File doesn't exist. | |
CANNOT_PRINT_FILE | 2 | Cannot print file. | |
PRINTER_DOESNT_EXIST | 3 | Printer doesn't exist. | |
INVALID_DEVMOD | 4 | Invalid printer properties structure. | |
NOT_AVAILABLE_PRINTER_PROPERTIES | 5 | Printer properties are not available. | |
CANT_INITIALIZE_PRINTER | 6 | Can't initialize printer. | |
PASSWORD_INVALID | 10 | Invalid password for password protected PDF. | |
INVALID_PDF | 7 | Not a valid PDF file. | |
FILENAME_NOT_SET | 8 | PDF file name not set. | |
PASSWORD_NOT_PROVIDED | 9 | PDF is password protected and password isn't provided. | |
UNKNOWN_ERROR | 11 | Unknown error. | |
INVALID_PRINT_RANGE | 12 | Invalid print range. | |
PAGE_NUMBER_DOESNT_EXIST | 13 | Page number doesn't exist. | |
PRINTING_CANCELLED | 14 | Printing cancelled. | |
INVALID_ADOBE_PRINT_RANGE | 15 | Invalid adobe print range. | |
NOT_32_BIT | 16 | With Adobe only 32 bit is supported. | |
INVALID_IMAGE_TYPE | 17 | Invalid image type. | |
NOT_ENOUGH_MEMORY | 18 | Not enough memory for printing. |
See Also