THotPDF.FacturXWarnings Property
Exposes non-fatal Factur-X container warnings collected while adding supporting PDF/A-3 associated files. Use the list to review attachment MIME-type warnings after the primary invoice XML has been attached
Declaration
property FacturXWarnings: TStringList read FFacturXWarnings;
Unit
HPDFDoc
Parameters
| Name | Purpose |
|---|---|
| This member does not expose explicit parameters | |
Return value
This member does not return a value
Usage notes
- The list is cleared when BeginDoc starts a new document
- AddFacturXAssociatedFile registers the primary invoice XML without adding supporting-attachment warnings
- After the primary invoice XML is registered, later AddPDFA3AssociatedFile calls append a warning when the MIME type is outside the recommended supporting-document formats
- Read the list after associated-file helpers run to inspect warnings without taking ownership of the list instance
- Warnings are informational only; the associated file is still embedded with normal PDF/A-3 semantics