Gets or sets the word processing options for rendering comments, field codes, and hidden text.
Namespace:
Relativity.Imaging.Services.InterfacesAssembly:
Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
public HashSet<Include> Include { get; set; }
public HashSet<Include> Include { get; set; }
Public Property Include As HashSet(Of Include)
Get
Set
Public Property Include As HashSet(Of Include)
Get
Set
public:
property HashSet<Include>^ Include {
HashSet<Include>^ get ();
void set (HashSet<Include>^ value);
}
public:
property HashSet<Include>^ Include {
HashSet<Include>^ get ();
void set (HashSet<Include>^ value);
}
member Include : HashSet<Include> with get, set
member Include : HashSet<Include> with get, set
Property Value
Type:
HashSetInclude
References the Show: option on the Word Processing Options tab in the Image Profile editor.
Reference