LoadDocumentErrorEventArgs Class Properties
In This Topic
For a list of all members of this type, see LoadDocumentErrorEventArgs members.
Public Properties
| Name | Description |
 | AlternateStream |
Specifies an optional reference to an alternative data stream that will be used as fallback by the loader.
This stream will be subsequently automatically disposed by DocuVieware.
|
 | FileName |
Specifies the name of the file, if any, attached to the data that DocuVieware failed to load.
|
 | Status |
Specifies the error, as GdPicture status, returned by the DocuVieware loader.
|
 | Stream |
Handles a reference to the input data stream that DocuVieware failed to load.
|
Top
See Also