Gets or sets the size of the PDF pages.
Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Pdf
C# 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.
The diagram is divided into multiple pages of the specified size, as long as AutoScale is not set to FitToPage.