<PackageReference Include="Relativity.OutsideIn" Version="2023.1.0" />

IAnnotatable

public interface IAnnotatable

void AddAreaHighlight(HighlightAreaAnnotation HiliteAreaAnno, string Comment)

void AddAreaHighlight(HighlightAreaAnnotation HiliteAreaAnno, Dictionary<string, string> Properties)

void AddAreaHighlight(HighlightAreaAnnotation HiliteAreaAnno, string Comment, Dictionary<string, string> Properties)

void AddStampAnnotation(StampAnnotation StampAnno, string Comment)

void AddStampAnnotation(StampAnnotation StampAnno, Dictionary<string, string> Properties)

void AddStampAnnotation(StampAnnotation StampAnno, string Comment, Dictionary<string, string> Properties)

void AddStampImage(Dictionary<string, FileInfo> stamps)

void AddStampImage(Dictionary<string, Uri> stamps)

void AddTextHighlight(HighlightTextAnnotation textanno, string Comment)

void AddTextHighlight(HighlightTextAnnotation textanno, Dictionary<string, string> Properties)

void AddTextHighlight(HighlightTextAnnotation textanno, string Comment, Dictionary<string, string> Properties)

void ApplyHighlights(string HiliteJsonData)

void RedactText(RedactAnnotation RedactAnno)