ExportDocumentConditionEnum
ExportDocumentConditionEnum enumeration constants are used to define conditions for the document to be exported.
typedef enum {
EDC_NoErrors,
EDC_ContainsErrors,
EDC_Irrelevant
} ExportDocumentConditionEnum;
Elements
| Name | Description |
|---|---|
| EDC_ContainsErrors | Export only if the document contains errors. |
| EDC_Irrelevant | Export the document regardless of errors. |
| EDC_NoErrors | Export if the document contains no errors. |
Used in
15.08.2023 13:19:30