Description
Read-only. Given a page number within a document set, returns the short file name of the image in 8.3 format. This is the current 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.DocSetPageShortName nPageNumber
Parameters
strName is the variable that gets set to the 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
strShortName = Form.DocSetPageShortName(2)