Search
PdfExporter.PageOrientation Property
See Also
 





Gets or sets the orientation of the PDF pages.

Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Pdf

 Syntax

C#  Copy Code

public PageOrientation PageOrientation { get; set; }

Visual Basic  Copy Code

Public Property PageOrientation As PageOrientation

 Property Value

A member of the PageOrientation enumeration. The default is Portrait. The members of the PageOrientation enumeration are: Landscape, Portrait or Auto.

 Remarks

If the Auto value is set, PdfExporter will choose the appropriate orientation according to the proportion of width to height of the diagram.

 See Also