Enum ImagingSourceType
Determines the document source to be used for creating its Images.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum ImagingSourceType
Fields
Name | Description |
---|---|
Native | Document native is used to generate Images. |
RenderedPdf | Document PDF is used to generate Images. |
Unknown | Unknown value to which the Imaging Source Type defaults if the value does not match any defined value |