Error codes for imported office core functions.
Syntax
'Declaration
Public Enum ImGearOfficeCoreErrorCodes
Inherits System.Enum
public enum ImGearOfficeCoreErrorCodes : System.Enum
__value public enum ImGearOfficeCoreErrorCodes : public System.Enum
public enum class ImGearOfficeCoreErrorCodes : public System.Enum
Members
Member | Value | Description |
OC_CACHE_FILE_EMPTY | 12 |
Reserved for future use
|
OC_DOCUMENT_CONVERSION_FAILURE | 8 |
Can't convert the document.
|
OC_DOCUMENT_INVALID_PROPERTIES | 11 |
Internal failure when getting spreadsheet margins.
|
OC_DOCUMENT_LOAD_FAILED | 6 |
Can't load the document.
|
OC_DOCUMENT_NOT_FOUND | 7 |
Document not found.
|
OC_DOCUMENT_REPAGINATE_FAILURE | 9 |
Can't repaginate the document.
|
OC_INVALID_DOCUMENT_TYPE | 4 |
Invalid document type.
|
OC_INVALID_INPUT_LOCATION | 1 |
Invalid input location.
|
OC_INVALID_OUTPUT_LOCATION | 2 |
Invalid output location.
|
OC_INVALID_PARAMETER | 3 |
Invalid input parameter.
|
OC_LIM_IS_FULL | 13 |
Maximal count of LibreOffice instances is achieved.
|
OC_LIM_NOT_FOUND | 10 |
LibreOffice Instance Manager is not found.
|
OC_NO_ERROR | 0 |
Success, no errors.
|
OC_OUT_OF_MEMORY | 5 |
Out of memory.
|
OC_VALUE_ABOVE_MAX | 1000 |
Value is above the maximum limit.
|
OC_VALUE_BELLOW_MIN | 1001 |
Value is below the minimum limit.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.Office.ImGearOfficeCoreErrorCodes
See Also