VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Ocr Namespace / PdfDocumentBuilder Class / InsertPage Methods / InsertPage(Int32,VintasoftImage,OcrPage,IProgressController) Method
Syntax Requirements SeeAlso
In This Topic
    InsertPage(Int32,VintasoftImage,OcrPage,IProgressController) Method (PdfDocumentBuilder)
    In This Topic
    Inserts new page with specified image to a PDF document.
    Syntax

    Parameters

    index
    The zero-based index at which page should be inserted.
    image
    Image.
    ocrPage
    OCR page.
    progressController
    The progress controller.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also