ImageExportInfo public class ImageExportInfo Documentation public int ArtifactID { get; set; } public string BatesNumber { get; set; } public string FileGuid { get; set; } public string FileName { get; set; } public bool HasBeenCounted { get; set; } public int? PageOffset { get; set; } public string SourceLocation { get; set; } public bool SuccessfulRollup { get; set; } public string TempLocation { get; set; } public ImageExportInfo()