ImageGear .NET v25.1 - Updated
CreatePDFPage(ImGearPDFDocument,ImGearOCRPDFOutputOptions) Method




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRPage Class > CreatePDFPage Method : CreatePDFPage(ImGearPDFDocument,ImGearOCRPDFOutputOptions) Method
PDF document in context of which the new PDF page is being created.
Options of PDF page content creation.
Creates a new page in the given PDF document and populates it with recognized text and image.
Syntax
'Declaration
 
Public Overloads Sub CreatePDFPage( _
   ByVal outputDocument As ImGearPDFDocument, _
   ByVal options As ImGearOCRPDFOutputOptions _
) 
'Usage
 
Dim instance As ImGearOCRPage
Dim outputDocument As ImGearPDFDocument
Dim options As ImGearOCRPDFOutputOptions
 
instance.CreatePDFPage(outputDocument, options)
public void CreatePDFPage( 
   ImGearPDFDocument outputDocument,
   ImGearOCRPDFOutputOptions options
)
public: void CreatePDFPage( 
   ImGearPDFDocument* outputDocument,
   ImGearOCRPDFOutputOptions* options
) 
public:
void CreatePDFPage( 
   ImGearPDFDocument^ outputDocument,
   ImGearOCRPDFOutputOptions^ options
) 

Parameters

outputDocument
PDF document in context of which the new PDF page is being created.
options
Options of PDF page content creation.
See Also

Reference

ImGearOCRPage Class
ImGearOCRPage Members
Overload List