In This Topic

AlternateStream Property (LoadDocumentErrorEventArgs)

In This Topic
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.
Syntax
'Declaration
 
Public Property AlternateStream As Stream
public Stream AlternateStream {get; set;}
See Also