THotPDF.FacturXWarnings Property
Property summary: THotPDF.FacturXWarnings Property
Declaration
property FacturXWarnings: TStringList read FFacturXWarnings;
Unit
HPDFDoc
Parameters
| Name | Purpose |
|---|---|
| No parameters | |
Return value
Returns no 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
Related APIs
- THotPDF.AddFacturXAssociatedFile Method
- THotPDF.AddPDFA3AssociatedFile Method
- THotPDF.PDFACompliance Property
- Contents