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
Wiki Markup
{description}
{excerpt}Sets or returns the size of printed pages.{excerpt}
{signature:C#}
 public PagePaperSize PageSize{ get; set; }
{signature}{signature:vb.net}
Public Property PageSize() As PagePaperSize
{signature}
{example}{code:csharp|title=C#}
sect1.PageSize = Section.PagePaperSize.A4;{code}
{code:vb.net|title=vb.net}
sect1.PageSize = Section.PagePaperSize.A4{code}

{example}