DocSetPageName (Method) - OCR for AnyDoc - Foundation 23.1 - Foundation 23.1 - AnyDoc - external

OCR for AnyDoc Programming Reference Guide

Platform
AnyDoc
Product
OCR for AnyDoc
Release
Foundation 23.1
License

Description

Read-only. Given a page number within a document set, returns the fully qualified path and file name of the image. This is the current location and name of the image, not the archive file name.

Applicable Events

Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify

Syntax

strName = object.DocSetPageName (nPageNumber)

Parameters

strName is the variable that gets set to the path and file name.

Object is a reference to the Form object. For more information, see Form Object (page Form Object).

DocSetPageName is the command.

nPageNumber is the page number of the image within the current document set.

Example

strName = Form.DocSetPageName(2)‘ name of page 2