Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Properties | List of all members
SolidFramework.Plumbing.IMacroEngine Interface Reference

IMacro Interface allows interception of all the UI form activity in Solid Framework More...

Public Member Functions

void Attach (System.Windows.Forms.Form form)
 This allows implementation of iMarcoEngine to subsribe to form events for all Solid Framework Forms.
 
void PathCommand (string selectedPath)
 This is used to incercept the file from a SolidSaveFileDialog or SolidFolderBrowser form.
 
void PathsCommand (string[] selectedPaths)
 This is used to incercept the selectedpaths from the SolidOpenFileDialog
 

Properties

List< String > FetchMacroPaths [getset]
 Fetches Paths is used in the SolidFolderBrowserDialog, SolidOpenFileDialog, SolidOpenSaveDialog forms when running a macro and use them instead of prompting for them.
 

Detailed Description

IMacro Interface allows interception of all the UI form activity in Solid Framework