Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
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