PdfPageCollection
Add Method (SizeF)
|
Creates a new page of the specified size and adds it to the collection.
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfPageBase Add(
SizeF size
)
Public Function Add (
size As SizeF
) As PdfPageBase
public:
PdfPageBase^ Add(
SizeF size
)
member Add :
size : SizeF -> PdfPageBase
Parameters
-
size
-
Type:
System.Drawing
SizeF
The size of the new page.
Return Value
Type:
PdfPageBase
The created page.
See Also