Creates a new Document.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public Document( string uri, Configuration configuration )
Public Sub New ( _ uri As String, _ configuration As Configuration _ )
public: Document( String^ uri, Configuration^ configuration )
Parameters
- uri (String)
- The URI of the document
- configuration (Configuration)
- The instance of the Configuration class that holds the settings to be used.