Skip to content

M_PDFiumSharp_PdfPageCollection_Add_1

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

PdfPageCollection.Add Method (Double, Double)

Adds a new page to the end of the document.

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public PdfPage Add(
	double width,
	double height
)

Parameters

 

width
Type: System.Double
height
Type: System.Double

Return Value

Type: PdfPage

See Also

Reference

PdfPageCollection Class
Add Overload
PDFiumSharp Namespace

Clone this wiki locally