Class CreateImagingProfileDTO
A DTO used for creation of an Imaging Profile.
Inheritance
System.Object
CreateImagingProfileDTO
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.Api.Strategies
Assembly: Relativity.Testing.Framework.Api.dll
Syntax
public abstract class CreateImagingProfileDTO
Properties
| Improve this Doc View SourceBasicOptions
Gets or sets the basic options used for Imaging, such as image output quality (DPI), image size, and image format.
Declaration
public BasicImagingEngineOptions BasicOptions { get; set; }
Property Value
Type | Description |
---|---|
BasicImagingEngineOptions |
Keywords
Gets or sets the Keywords field.
Declaration
public string Keywords { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the name of the Imaging Profile.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NativeTypes
Gets or sets the Native Types instances linked to this Imaging Profile. If none are passed, a default collection will be linked to the Imaging Profile.
Declaration
public IEnumerable<NamedArtifact> NativeTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<NamedArtifact> |
Notes
Gets or sets Notes Keywords field.
Declaration
public string Notes { get; set; }
Property Value
Type | Description |
---|---|
System.String |