'Declaration Public Overloads Sub InsertDocument( _ ByVal filename As String, _ ByVal type As ContentType, _ Optional ByVal p As Paragraph _ )
'Usage Dim instance As Document Dim filename As String Dim type As ContentType Dim p As Paragraph instance.InsertDocument(filename, type, p)
Parameters
- filename
- The Filename of the document to insert.
- type
- The ContentType of the document to insert (Html or Rtf).
- p
- The Paragraph after which to insert the document. If null, the document will be added at the current position in the Document.