ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRPage Class / CreatePDFPage Method / CreatePDFPage(ImGearPDFDocument,ImGearPDFPage,ImGearOCRPDFOutputOptions) Method
PDF document in context of which the new PDF page is being created.
PDF page for recognized data placing. If it is null the new page is created.
Options of PDF page content creation.




In This Topic
    CreatePDFPage(ImGearPDFDocument,ImGearPDFPage,ImGearOCRPDFOutputOptions) Method
    In This Topic
    Creates a new page in the given PDF document and populates it with recognized text and image.
    Syntax
    'Declaration
     
    Protected Overloads MustOverride Sub CreatePDFPage( _
       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.CreatePDFPage(outputDocument, pdfPage, options)
    protected abstract void CreatePDFPage( 
       ImGearPDFDocument outputDocument,
       ImGearPDFPage pdfPage,
       ImGearOCRPDFOutputOptions options
    )
    protected: abstract void CreatePDFPage( 
       ImGearPDFDocument* outputDocument,
       ImGearPDFPage* pdfPage,
       ImGearOCRPDFOutputOptions* options
    ) 
    protected:
    abstract void CreatePDFPage( 
       ImGearPDFDocument^ outputDocument,
       ImGearPDFPage^ pdfPage,
       ImGearOCRPDFOutputOptions^ options
    ) 

    Parameters

    outputDocument
    PDF document in context of which the new PDF page is being created.
    pdfPage
    PDF page for recognized data placing. If it is null the new page is created.
    options
    Options of PDF page content creation.
    See Also