ReadUrl Url,Width,Height[,Timeout][,Flags][,MinimalWaiting]
| Flag | Description |
|---|---|
| 1 | Removes vertical scroll bar from html page image |
| 2 | Removes horizontal scroll bar from html page image |
HKEY_LOCAL_MACHINE\SOFTWARE\Mikhail\ShotGraph\Parameters
| Value | Means |
|---|---|
| ReadUrl | Bit 0 (the low ordered bit) enables reading content of websites, bit 1 enables reading of local documents. If all bits are set to 0 (or the value is absent in the registry) then the ReadUrl method is disabled. Therefore, value 1 means that only HTTP websites are allowed, value 2 means only local documents are allowed, value 3 means both websites and local documents are allowed. |
| ReadUrlMaxTimeout | Optional value. This is the maximal timeout value in the ReadUrl method. Caller cannot set timeout value greater than this amount. Default value is 40. |
|
|
|