Back to DOM
DOM.Enums.PenAlignmentValues
Namespace: DOM.Enums
Specifies the alignment of a pen along a path.
2 members
Fields
Center
The pen is aligned to the center of the path.
Inset
The pen is aligned to the inside of the path.
Specifies the alignment of a pen along a path.
2 members
The pen is aligned to the center of the path.
The pen is aligned to the inside of the path.
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");