<PackageReference Include="Relativity.Import.Models.SDK" Version="1.7.9" />

Relativity.Import.V1.Models.Settings.ImageSettings

public class ImageSettings
Image file settings. If not set, no image files would be imported.
public string ExtractedTextEncoding { get; set; }

Gets or Sets the Extracted Text files encoding.

public FileType FileType { get; set; }

Gets or sets a value indicating whether Automatic detection of file type is used or file types are specified by user as images of PDF.

public bool LoadExtractedText { get; set; }

Gets or sets a value indicating whether Extracted Text should be loaded together with images if Extracted Text file is available.

public PageNumbering PageNumbering { get; set; }

Gets or sets the enum indicating whether a page number is automatically appended to a page-level identifier.

public int? ProductionID { get; set; }

Gets or sets a valid ArtifactID for a existing production set.

public ImageSettings()