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}{signature:
}
Signature
vb.net
vb.net
Public Property PageSize() As PagePaperSize
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#

sect1.PageSize = Section.PagePaperSize.A4;
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}

sect1.PageSize = Section.PagePaperSize.A4
{code} {example}