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
8/15/2023 1:19:30 PM