VDocs.NET
Back to DOM

DOM.Elements.Graphics.Effects.Bevel

Namespace: DOM.Elements.Graphics.Effects

Represents a bevel effect applied to an object or text in a document.

3 members

Properties

Height

Gets or sets the height of the bevel effect.

The height is specified in points (1/72 inch).

PresetProfileType

Gets or sets the PresetProfileType of the bevel effect.

Width

Gets or sets the width of the bevel effect.

The width is specified in points (1/72 inch).

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