Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Sets or returns the size of printed pages.

Signature
C#
C#
 public PagePaperSize PageSize{ get; set; }
Signature
vb.net
vb.net
Public Property PageSize() As PagePaperSize
Example
Code Block
csharp
csharp
titleC#
sect1.PageSize = Section.PagePaperSize.A4;
Code Block
vb.net
vb.net
titlevb.net
sect1.PageSize = Section.PagePaperSize.A4