LoadDocumentErrorEventArgs Class Members
In This Topic
The following tables list the members exposed by LoadDocumentErrorEventArgs.
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