Show / Hide Table of Contents

Class ImagingWordOptions

Represents the word processing options set on an ImagingProfile instance.

Inheritance
System.Object
ImagingWordOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class ImagingWordOptions

Properties

| Improve this Doc View Source

Include

Gets or sets the word processing options for rendering comments, field codes, and hidden text.

Declaration
public HashSet<ImagingWordInclude> Include { get; set; }
Property Value
Type Description
System.Collections.Generic.HashSet<ImagingWordInclude>
Remarks

References the Show: option on the Word Processing Options tab in the Image Profile editor.

| Improve this Doc View Source

PageOrientation

Gets or sets the word processing option for page orientation, such portrait, landscape, or original orientation.

Declaration
public ImagingElementOrientation PageOrientation { get; set; }
Property Value
Type Description
ImagingElementOrientation
Remarks

Corresponds to the Page Orientation options under the Word Processing Options tab.

| Improve this Doc View Source

ShowTrackChanges

Gets or sets a value indicating whether to display any markup added to the document through the Track Changes feature in Microsoft Word.

Declaration
public bool ShowTrackChanges { get; set; }
Property Value
Type Description
System.Boolean
Remarks

Corresponds to the Show track changes Option under the Word Processing Options tab.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX