PDF for WinRT
Add() Method


Creates a new PdfPage and adds it to the end of the document.
Syntax
'Declaration
 
Public Overloads Function Add() As Integer
'Usage
 
Dim instance As PdfPageCollection
Dim value As Integer
 
value = instance.Add()
public int Add()

Return Value

The index of the new page.
Remarks

The size of the new page is determined by the PageSize property of the parent document.

The new page becomes current after it is added to the document (see the CurrentPage property).

You can also add pages to a C1PdfDocument by calling the C1PdfDocumentBase.NewPage method.

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

PdfPageCollection Class
PdfPageCollection Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback