fix: set Analisi section width to match Caratteristiche Prodotto (ColW)
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user