Creates a new page and adds it to the collection.
Namespace: Spire.Pdf.WidgetAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public PdfPageBase Add()
Public Function Add As PdfPageBase
public: PdfPageBase^ Add()
member Add : unit -> PdfPageBase
Return Value
PdfPageBaseThe created page.