<PackageReference Include="Relativity.Productions.SDK" Version="12.6.1" />

ImageFile

public class ImageFile
DTO representing a production image file.
public int DocumentID { get; set; }

The artifact ID of the document this DTO belongs to.

public string FileGuid { get; set; }

The unique identifier of this file.

public int FileID { get; set; }

The ID of the file this DTO belongs to.

public bool HasRedactions { get; set; }

If true, this image file has redactions.

public int PageNumber { get; set; }

The page number this file is in the document. Page numbers are 0-indexed.

public ImageFile()