Interface ITextAnnotationService
Namespace: Simplic.DocumentProcessing
Assembly: Simplic.DocumentProcessing.dll
Syntax
public interface ITextAnnotationService
Methods
| Improve this Doc View SourceAddAnnotation(Byte[], TextAnnotation)
Add text annotation to pdf
Declaration
byte[] AddAnnotation(byte[] pdf, TextAnnotation textAnnotation)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | Pdf to add annotation to |
|
TextAnnotation | textAnnotation | Annotation object |
Returns
Type | Description |
---|---|
System.Byte[] | Pdf containing the annotation |