Version

SaveDocumentContext Constructor

Creates a new SaveDocumentContext instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal documentRootNode As DocumentRootNode, _
   ByVal stream As Stream, _
   Optional ByVal options As SaveOptionsBase _
)
public SaveDocumentContext( 
   DocumentRootNode documentRootNode,
   Stream stream,
   SaveOptionsBase options
)

Parameters

documentRootNode
The DocumentRootNode of the document to be saved.
stream
The stream to which the document should be saved.
options
The options to use when saving the document or null if no options were specified.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also