You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.
I can't seem to generated PDF's in Landscape mode. Is there someone who got it to work ?
My global config is like this:
GlobalConfig config = new GlobalConfig(); config.SetCopyCollation(true); config.SetPaperOrientation(landscape); config.SetImageQuality(100); config.SetOutlineGeneration(true); config.SetColorMode(false); config.SetImageQuality(100); config.SetLosslessCompression(false); config.SetPaperSize(System.Drawing.Printing.PaperKind.A4);
The text was updated successfully, but these errors were encountered: