VDocs.NET
Back to DOM

DOM.Enums.PageOrientation

Namespace: DOM.Enums

Represents the possible orientations of a page in a document.

2 members

Fields

Landscape

The page is wider than it is tall, with the text and content appearing horizontally.

Portrait

The page is taller than it is wide, with the text and content appearing vertically.

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");

Sign In

Welcome back. Please sign in to your account.

Forgot password?
or
Create an account

By signing in, you agree to our Terms of Service and Privacy Policy.