fix: set Analisi section width to match Caratteristiche Prodotto (ColW)

This commit is contained in:
2026-03-21 11:42:57 +01:00
parent 7916cbc93b
commit 2546990556

View File

@@ -197,8 +197,8 @@ public class ExpiredAnagraficaSectionRenderer : IPdfSectionRenderer
("Rendimento Totale", info.RendimentoTotale), ("Rendimento Totale", info.RendimentoTotale),
}; };
// Posizione x=0, larghezza intera pagina — allineato a sinistra come Caratteristiche // Posizione x=0, stessa larghezza della tabella Caratteristiche Prodotto
return DrawKVList(g, items, 0, PageW, y); return DrawKVList(g, items, 0, ColW, y);
} }
private float DrawKVList(PdfGraphics g, (string Label, string Value)[] items, float x, float w, float y) private float DrawKVList(PdfGraphics g, (string Label, string Value)[] items, float x, float w, float y)