Search
PdfExporter.PageSize Property
See Also
 





Gets or sets the size of the PDF pages.

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

 Syntax

C#  Copy Code

public PageSize PageSize { get; set; }

Visual Basic  Copy Code

Public Property PageSize As PageSize

 Property Value

A member of the PageSize enumeration. The default is A4.

 Remarks

The diagram is divided into multiple pages of the specified size, as long as AutoScale is not set to FitToPage.

 See Also