Creates a new instance
Declaration Syntax
C# | Visual Basic | Visual C++ |
public PreloadedDocument( Uri documentUri, string title, string text, Configuration configuration )
Public Sub New ( _ documentUri As Uri, _ title As String, _ text As String, _ configuration As Configuration _ )
public: PreloadedDocument( Uri^ documentUri, String^ title, String^ text, Configuration^ configuration )
Parameters
- documentUri (Uri)
- The URI used to identify the document, does not have to be a 'real' URI.
- title (String)
- Title of the document.
- text (String)
- Body of the document text.
- configuration (Configuration)
- The Configuration.