Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PdfPageBase Insert( int index, PdfPageSettings settings, bool existsPage )
Public Function Insert ( index As Integer, settings As PdfPageSettings, existsPage As Boolean ) As PdfPageBase
public: PdfPageBase^ Insert( int index, PdfPageSettings^ settings, bool existsPage )
member Insert : index : int * settings : PdfPageSettings * existsPage : bool -> PdfPageBase