Click or drag to resize

PdfPageCollection Add Method

Overload List
Name Description
Public method Add
Creates a new page and adds it to the collection.
Public method Add(SizeF)
Creates a new page of the specified size and adds it to the collection.
Public method Add(SizeF, PdfMargins)
Creates a new page of the specified size and with the specified margins and adds it to the collection.
Public method Add(SizeF, PdfMargins, PdfPageRotateAngle)
Creates a new page of the specified size and with the specified margins and adds it to the collection.
Public method Add(SizeF, PdfMargins, PdfPageRotateAngle, PdfPageOrientation)
Creates a new page of the specified size and with the specified margins and adds it to the collection.
Top
See Also