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