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

Landscape mode #90

@Sophior

Description

@Sophior

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions