ComponentOne PDF for WPF and Silverlight
NewPage Method (C1PdfDocumentBase)

C1.Silverlight.Pdf.5 Assembly > C1.Silverlight.Pdf Namespace > C1PdfDocumentBase Class : NewPage Method
Starts a new page.
Syntax
'Declaration
 
Public Sub NewPage() 
public void 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.

See Also

Reference

C1PdfDocumentBase Class
C1PdfDocumentBase Members