<PackageReference Include="Relativity.Server.DocumentViewer.SDK" Version="5000.0.4" />

Annotation

public class Annotation : IComparable
Annotation DTO
public int? BorderA { get; set; }

BorderA

public int? BorderB { get; set; }

BorderB

public int? BorderG { get; set; }

BorderG

public int? BorderR { get; set; }

BorderR

public int? BorderSize { get; set; }

BorderSize

public int? BorderStyle { get; set; }

BorderStyle

public DateTime? CreatedOn { get; set; }

Time and date of Redaction creation.

public int DocumentArtifactID { get; set; }

Doc id

public bool DrawCrossLines { get; set; }

DrawCrossLines

public int? FillA { get; set; }

FillA

public int? FillB { get; set; }

FillB

public int? FillG { get; set; }

FillG

public int? FillR { get; set; }

FillR

public int? FontA { get; set; }

FontA

public int? FontB { get; set; }

FontB

public int? FontG { get; set; }

FontG

public string FontName { get; set; }

Fontname

public int? FontR { get; set; }

FontR

public int? FontSize { get; set; }

Fontsize

public int? FontStyle { get; set; }

Font style

public string Guid { get; set; }

GUID

public decimal Height { get; set; }

Refers to height of the redaction

public int ID { get; set; }

Annotation ID

public int ImageHeight { get; set; }

Refers to the coordinates in the Database (LEGACY)

public int ImageWidth { get; set; }

Refers to the coordinates in the Database (LEGACY)

public int MarkupSetArtifactID { get; set; }

Markup set id

public int MarkupSubType { get; set; }

Markup Sub Type

public int MarkupType { get; set; }

MarkupType

public int ModifiedBy { get; set; }

Modified User ID

public int PageHeight { get; set; }

Refers to the coordinates in the ImageViewer (PDFTRON)

public int PageNumber { get; set; }

Annotation page number

public int PageWidth { get; set; }

Refers to the coordinates in the ImageViewer (PDFTRON)

public string Text { get; set; }

Text

public bool ValuesAreScaledToDB { get; set; }

ValuesAreScaledToDB

public decimal Width { get; set; }

Refers to width of the redaction

public int WorkspaceID { get; set; }

WorkspaceId

public decimal X { get; set; }

Annotation X value

public decimal Y { get; set; }

Annotation Y value

public int ZOrder { get; set; }

ZOrder

public Annotation()

public int CompareTo(object obj)

ORDER BY ZOrder ASC, ID ASC