VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Ocr Namespace / PdfDocumentBuilder Class / SetAsBackground Methods / SetAsBackground(Int32,OcrPage,AffineMatrix,IProgressController) Method
Syntax Requirements SeeAlso
    SetAsBackground(Int32,OcrPage,AffineMatrix,IProgressController) Method (PdfDocumentBuilder)
    Sets the OCR page as background layer of PDF page.
    Syntax

    Parameters

    index
    The index of PDF page.
    ocrPage
    The OCR page, which must be set as background of PDF page.
    ocrPageTransform
    The transform, which must be applied to 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