Class NewPage
A new page that can be added to a document via a Job.
Inheritance
System.Object
NewPage
Namespace: PSPDFKit.Document.Editor
Assembly: PSPDFKit.dll
Syntax
public sealed class NewPage
Methods
EmptyPage(Size)
An empty page.
Declaration
public static NewPage EmptyPage(Size size)
Parameters
| Type | Name | Description |
|---|---|---|
| Windows.Foundation.Size | size | The size of the page to be added. |
Returns
| Type | Description |
|---|---|
| NewPage | An immutable new page. |
FromPage(Document, Int32)
Declaration
public static NewPage FromPage(Document sourceDocument, int pageIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| Document | sourceDocument | The source document for the page. |
| System.Int32 | pageIndex | The index of the source page. |
Returns
| Type | Description |
|---|---|
| NewPage | An immutable new page. |