Table of Contents

Enum PdfPaperOrientation

Namespace
Dynamicweb.Imaging
Assembly
Dynamicweb.Core.dll

PDF paper orientation.

public enum PdfPaperOrientation

Fields

Landscape = 1

Render in landscape mode.

Portrait = 0

Render in portrait mode.

To top