Version

LoadDocumentContext Class Members

The following tables list the members exposed by LoadDocumentContext.

Public Constructors
 NameDescription
Public ConstructorLoadDocumentContext ConstructorCreates a new LoadDocumentContext instance.  
Public Properties
 NameDescription
Public PropertyDocumentGets the Infragistics.Documents.RichText.RichTextDocument to be loaded.  
Public PropertyOptionsGets the options to use when loading the document or null if no options were specified.  
Public PropertyStreamGets the stream from which the document should be loaded.  
Public Methods
 NameDescription
Public MethodGetOptions<T>Gets the Options cast as the specified type or throws an System.ArgumentException if they are of a different type.  
See Also