Description
Sets or returns the size of printed pages.
C#
public PagePaperSize PageSize{ get ; set ; } |
vb.net
Public Property PageSize() As PagePaperSize |
Examples
C#
sect1.PageSize = Section.PagePaperSize.A4; |
vb.net
sect1.PageSize = Section.PagePaperSize.A4 |