1 types · 64 members
63 members
Concrete implementation that delegates actual document operations to an internalinstance created or loaded by the configured document services.
Create professional documents in .NET without the complexity of OpenXML or Word Interop.
var doc = new WordDocument(); doc.AddParagraph() .AddText("Invoice") .SetHeading(HeadingLevel.Title); doc.Save("invoice.docx");
Create your VDocs account.
Already have an account? Sign in