VDocs.NET
Back to DOM

DOM.Enums.PaperSize

Namespace: DOM.Enums

Represents the available paper sizes for setting up the document layout.

5 members

Fields

A4

A4 paper size (210mm x 297mm).

A5

A5 paper size (148mm x 210mm).

Custom

Custom paper size.

Legal

Legal paper size (8.5 inches x 14 inches).

Letter

Letter paper size (8.5 inches x 11 inches).

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