VDocs.NET
Back to DOM

DOM.Enums.Units

Namespace: DOM.Enums

Enumeration representing various units of measurement.

6 members

Fields

cm

Centimeters as the unit of measurement.

EMU

English Metric Units (EMU) as the unit of measurement.

inch

Inches as the unit of measurement.

mm

Millimeters as the unit of measurement.

pt

Points (1/72 of an inch) as the unit of measurement.

Twips

twentieths (1/20) of a point units (Twips) as the unit of measurement.

VDocs.NET
The .NET Word Document Library

Generate Word
documents.
Not XML.

Create professional documents in .NET without the complexity of OpenXML or Word Interop.

C#VB.NET
var doc = new WordDocument();

doc.AddParagraph()
   .AddText("Invoice")
   .SetHeading(HeadingLevel.Title);

doc.Save("invoice.docx");

Create Account

Create your VDocs account.

or

Already have an account? Sign in