PDF for WinRT
NewPage Method


Starts a new page.
Syntax
'Declaration
 
Public Sub NewPage() 
'Usage
 
Dim instance As C1PdfDocumentBase
 
instance.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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1PdfDocumentBase Class
C1PdfDocumentBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback