Starts a new page.
Namespace:
C1.Silverlight.PdfAssembly: C1.Silverlight.Pdf (in C1.Silverlight.Pdf.dll)
Syntax
C# |
---|
public void NewPage() |
Visual Basic |
---|
Public Sub NewPage |
Remarks
Adds a blank page to the document and sets the CurrentPage property
to make it the currently active page.
The size of the new page is defined by the value of the PageSize property.
If you want the new page to have a different size than the rest of the document, create the new page first, then set the PageSize property.