'Declaration Public Sub PopulatePDFPage( _ ByVal outputDocument As ImGearPDFDocument, _ ByVal outputPage As ImGearPDFPage, _ ByVal options As ImGearRecPDFOutputOptions _ )
'Usage Dim instance As ImGearRecPage Dim outputDocument As ImGearPDFDocument Dim outputPage As ImGearPDFPage Dim options As ImGearRecPDFOutputOptions instance.PopulatePDFPage(outputDocument, outputPage, options)
public void PopulatePDFPage( ImGearPDFDocument outputDocument, ImGearPDFPage outputPage, ImGearRecPDFOutputOptions options )
public: void PopulatePDFPage( ImGearPDFDocument* outputDocument, ImGearPDFPage* outputPage, ImGearRecPDFOutputOptions* options )
public: void PopulatePDFPage( ImGearPDFDocument^ outputDocument, ImGearPDFPage^ outputPage, ImGearRecPDFOutputOptions^ options )
Parameters
- outputDocument
- Existing ImageGear.Formats.PDF.ImGearPDFDocument containing the PDF page to be populated.
- outputPage
- Existing ImageGear.Formats.PDF.ImGearPDFPage to be populated with recognized data.
- options
- ImGearRecPDFOutputOptions class object.