Represents properties that are related to the document viewer.
Inheritance Hierarchy
Relativity.Services.Interfaces.UserInfo.Models.DocumentViewerProperties
Namespace: Relativity.Services.Interfaces.UserInfo.Models
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The DocumentViewerProperties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DocumentViewerProperties | Initializes a new instance of the DocumentViewerProperties class |
Properties
Name | Description | |
---|---|---|
![]() | AllowDocumentViewerChange |
Gets or sets a Boolean value indicating whether the user will be able to change the document viewer modes.
|
![]() | AllowKeyboardShortcuts |
Gets or sets a Boolean value indicating whether the user can see the keyboard shortcuts icon in the core reviewer interface.
|
![]() | DefaultSelectedFileType |
Gets or sets the default viewer mode.
|
![]() | DocumentSkip |
Gets or sets whether the user has the ability to skip documents during review that no longer meet the original conditions of a view due to propagation.
|
![]() | DocumentViewer |
Gets or sets the which viewer the user can access when reviewing documents.
|
![]() | SkipDefaultPreference |
Gets or sets a Boolean value indicating whether the user advances to the next document in the queue that matches the defined view conditions when the user clicks Save and Next.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also