'Declaration Public Overloads Function Insert( _
ByVal indexThe zero-based index at which page should be inserted.As System.Int32, _
ByVal imageBackground image of the page.As Vintasoft.Imaging.VintasoftImage _
) As PdfPage
public PdfPage Insert(
System.Int32 index,
Vintasoft.Imaging.VintasoftImage image
)
public: PdfPage* Insert(
System.Int32 index,
Vintasoft.Imaging.VintasoftImage* image
)
public:
PdfPage^ Insert(
System.Int32 index,
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- index
- The zero-based index at which page should be inserted.
- image
- Background image of the page.
Return Value
Inserted PdfPage.