Version

SaveDocumentContext Class Members

The following tables list the members exposed by SaveDocumentContext.

Public Constructors
 NameDescription
Public ConstructorSaveDocumentContext ConstructorCreates a new SaveDocumentContext instance.  
Public Properties
 NameDescription
Public PropertyDocumentRootNodeGets the DocumentRootNode of the document to be saved.  
Public PropertyOptionsGets the options to use when saving the document or null if no options were specified.  
Public PropertyStreamGets the stream to which the document should be saved.  
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