VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Ocr Namespace / PdfDocumentBuilder Class / InsertPage Methods / InsertPage(Int32,VintasoftImage,OcrPage) Method
Syntax Requirements SeeAlso
In This Topic
    InsertPage(Int32,VintasoftImage,OcrPage) Method (PdfDocumentBuilder)
    In This Topic
    Inserts new page with specified image to a PDF document.
    Syntax
    'Declaration
    
    Public Overloads Sub InsertPage( _
    ByVal index
    The zero-based index at which page should be inserted.
    As System.Int32, _
    ByVal image
    Image.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal ocrPage
    OCR page.
    As Vintasoft.Imaging.Ocr.Results.OcrPage _
    )

    Parameters

    index
    The zero-based index at which page should be inserted.
    image
    Image.
    ocrPage
    OCR page.
    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