Hello I have problem with FreeSpire.PDF v8.6.0 with function .SelectMultiPageLayout(2, 2, false, Spire.Pdf.Print.PdfMultiPageOrder.Horizontal);
In short when using multi page layout with multiple pages it adds margins around each pages when multi page layout is used. But I cannot have any space between pages.
I tried to set margins to 0 but it doesn't help. Have checked that paper size is correct one. have tried same function with param hasPageBorder = true. Also the same result.
I can see that there is non public member in PrintSettings.MultiPageLayout parameter names are in some special characters that VisualStudio does't not understand (shows squares) and last value is 10, what I believe is that margin I'm looking for. Is there any way to change it to 0?