Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Landscape mode #90

Open
Sophior opened this issue Jul 6, 2016 · 1 comment
Open

Landscape mode #90

Sophior opened this issue Jul 6, 2016 · 1 comment

Comments

@Sophior
Copy link

Sophior commented Jul 6, 2016

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);

@KenEucker
Copy link

Within the globalconfig object there is an 'Orientation' attribute that you can set to "TuesPechkin.GlobalSettings.PaperOrientation.Landscape".

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants