ApplicationFieldCodeOption Enumeration

Relativity Imaging API
Specifies how an application field code is handled during a ImagingJob.

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 ApplicationFieldCodeOption

public enum ApplicationFieldCodeOption
Members

  Member nameValueDescription
DocumentDefault0 Uses the default rendering behavior for a specific document type.
ShowFieldCode1 Renders the field code in the document.
ShowNothing2 Doesn’t render any information for the field code.
ReplaceWithRelativityField3 Replaces the default field code with a Relativity application field code.
See Also

Reference