Hello,
i have an issue with exporttopdf.
even when i set the scale, fittopagewidth properties the result (pdf) looks everytime the same.
my code:
thx for help
i have an issue with exporttopdf.
even when i set the scale, fittopagewidth properties the result (pdf) looks everytime the same.
my code:
ExportToPDF pdf =
new
ExportToPDF(
this
._rg);
pdf.ExportVisualSettings =
true
;
pdf.Scale = 0.4f;
pdf.FitToPageWidth =
true
;
//pdf.TableBorderThickness = 0;
pdf.RunExport(path);
thx for help