Print Method

Description Prints the page range.

Syntax ImageFileObjectPageRangeObject.Pages(pagenumber, pagenumber).Print( )

Example This example prints pages 1 through 5.

x = Img.Pages(1,5).Print

Ocr Method

Description Ocrs the page range.

Syntax PageRangeObject.Ocr( )