WordProcessingOptions Class
This rendering options enables you to customize the appearance of the output HTML/PDF/PNG/JPEG when rendering Word documents.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.OptionsWordProcessingOptions

Namespace: GroupDocs.Viewer.Options
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public class WordProcessingOptions

The WordProcessingOptions type exposes the following members.

Constructors
  NameDescription
Public methodWordProcessingOptions
Provides options for rendering word processing documents.
Properties
  NameDescription
Public propertyBottomMargin
The distance (in points) between the bottom edge of the page and the bottom boundary of the body text.
Public propertyEnableOpenTypeFeatures
This option enables kerning and other OpenType Features when rendering Arabic, Hebrew, Indian scripts, Latin-based or Cyrillic-based scripts.
Public propertyLeftMargin
The distance (in points) between the left edge of the page and the left boundary of the body text.
Public propertyPageSize
The size of the output page. The default value is Unspecified which means that a page size is set in a page settings (Page Setup) is used.
Remarks
When rendering HTM and HTML files the default page size is set to Letter 792 x 612 points. As a result, some of the content may not fit into the page frame. Set a larger page size e.g. A3 to fit the contents.
Public propertyRenderTrackedChanges
Enables tracked changes (revisions) rendering.
Public propertyRightMargin
The distance (in points) between the right edge of the page and the right boundary of the body text.
Public propertyTopMargin
The distance (in points) between the top edge of the page and the top boundary of the body text.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Remarks
See also for more details and code snippets.
See Also