Gets or sets PDF page size.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf.PdfExport
SyntaxC#
Copy Code
|
|---|
public PageSize PageSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PageSize As PageSize |
An instance of the PageSize enumeration. The default is A4.
See Also