Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Sets or returns the size of printed pages.

{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}
Signature
C#C#
Wiki Markup
{description}
{excerpt}Sets or returns the size of printed pages.{excerpt}
{signature:C#}
 public PagePaperSize PageSize{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property PageSize() As PagePaperSize
Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle