An NDoc Documented Class Library

pdfDocument.addPage Method (Int32, Int32)

Method that creates a new page

public pdfPage addPage(
   int height,
   int width
);

Parameters

height
Height of the new page
width
Width of the new page

Return Value

New PDF's page

See Also

pdfDocument Class | sharpPDF Namespace | pdfDocument.addPage Overload List