Gets or sets the size of the PDF pages.
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Pdf
SyntaxC#
Copy Code
|
|---|
public PageSize PageSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PageSize As PageSize |
A member of the PageSize enumeration. The default is A4.
RemarksThe diagram is divided into multiple pages of the specified size, as long as AutoScale is not set to FitToPage.
See Also