ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRPage Class / PopulatePDFPage Method
PDF document in context of which the new PDF page is being created.
Existing ImageGear.Formats.PDF.ImGearPDFPage to be populated with recognized data.
Options of PDF page content creation.




In This Topic
    PopulatePDFPage Method
    In This Topic
    Populates an existing PDF page in a PDF document with recognized text and/or image.
    Syntax
    'Declaration
     
    Public Sub PopulatePDFPage( _
       ByVal outputDocument As ImGearPDFDocument, _
       ByVal pdfPage As ImGearPDFPage, _
       ByVal options As ImGearOCRPDFOutputOptions _
    ) 
    'Usage
     
    Dim instance As ImGearOCRPage
    Dim outputDocument As ImGearPDFDocument
    Dim pdfPage As ImGearPDFPage
    Dim options As ImGearOCRPDFOutputOptions
     
    instance.PopulatePDFPage(outputDocument, pdfPage, options)
    public void PopulatePDFPage( 
       ImGearPDFDocument outputDocument,
       ImGearPDFPage pdfPage,
       ImGearOCRPDFOutputOptions options
    )
    public: void PopulatePDFPage( 
       ImGearPDFDocument* outputDocument,
       ImGearPDFPage* pdfPage,
       ImGearOCRPDFOutputOptions* options
    ) 
    public:
    void PopulatePDFPage( 
       ImGearPDFDocument^ outputDocument,
       ImGearPDFPage^ pdfPage,
       ImGearOCRPDFOutputOptions^ options
    ) 

    Parameters

    outputDocument
    PDF document in context of which the new PDF page is being created.
    pdfPage
    Existing ImageGear.Formats.PDF.ImGearPDFPage to be populated with recognized data.
    options
    Options of PDF page content creation.
    See Also