<PackageReference Include="Relativity.Server.Testing.Framework.Api.SDK" Version="10.3.0" />

CreateImagingProfileDTO

public abstract class CreateImagingProfileDTO
A DTO used for creation of an Imaging Profile.

Gets or sets the basic options used for Imaging, such as image output quality (DPI), image size, and image format.

public string Keywords { get; set; }

Gets or sets the Keywords field.

public string Name { get; set; }

Gets or sets the name of the Imaging Profile.

public IEnumerable<NamedArtifact> NativeTypes { get; set; }

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.

public string Notes { get; set; }

Gets or sets Notes Keywords field.