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