VDocs.NET
Back to DOM

DOM.Styles.PageBorders

Namespace: DOM.Styles

Represents the border configuration applied to a page.

extendswith page-specific metadata that controls which borders are displayed, how the border is offset relative to the page or text area, and the stacking order of the border relative to other page-level content. Consumers should consult both the inherited rectangular border properties (color, width, space, style) and the page-specific values defined here when rendering or exporting page borders.

3 members

Properties

DisplayValuesPageBorderDisplayValues

Gets or sets which border edges should be displayed for the page.

OffsetFromPageBorderOffsetValues

Gets or sets the reference used to compute the border offset.

ZOrderPageBorderZOrderValues

Gets or sets the z-order of the page border relative to other page content.

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.