'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, _
ByVal compressionImage resource compression.As Vintasoft.Imaging.Pdf.PdfCompression, _
ByVal compressionParamsImage resource compression settings.As Vintasoft.Imaging.Pdf.PdfCompressionSettings _
) As PdfPage
public PdfPage Insert(
System.Int32 index,
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Pdf.PdfCompression compression,
Vintasoft.Imaging.Pdf.PdfCompressionSettings compressionParams
)
public: PdfPage* Insert(
System.Int32 index,
Vintasoft.Imaging.VintasoftImage* image,
Vintasoft.Imaging.Pdf.PdfCompression compression,
Vintasoft.Imaging.Pdf.PdfCompressionSettings* compressionParams
)
Parameters
- index
- The zero-based index at which page should be inserted.
- image
- Background image of the page.
- compression
- Image resource compression.
- compressionParams
- Image resource compression settings.
Return Value
Inserted PdfPage.