ImagingMethod Enumeration

Relativity Imaging API
Specifies the basic or native imaging option defined on an ImagingProfile instance.

Namespace:  Relativity.Imaging.Services.Interfaces
Assembly:  Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax

public enum ImagingMethod

public enum ImagingMethod
Members

  Member nameValueDescription
Basic0 Specifies basic imaging, which limits the availability of imaging options that can be set on the ImagingProfile instance.
Remarks

The ImagingMethod must be set to Basic if the resource pool isn't set up to perform native imaging.
Native1 Specifies native imaging, which offers multiple imaging options that can be set on the ImagingProfile instance.
See Also

Reference