Search Results for

    Show / Hide Table of Contents

    Interface ITextAnnotationService

    Namespace: Simplic.DocumentProcessing
    Assembly: Simplic.DocumentProcessing.dll
    Syntax
    public interface ITextAnnotationService

    Methods

    | Improve this Doc View Source

    AddAnnotation(Byte[], TextAnnotation)

    Add text annotation to pdf

    Declaration
    byte[] AddAnnotation(byte[] pdf, TextAnnotation textAnnotation)
    Parameters
    Type Name Description
    System.Byte[] pdf

    Pdf to add annotation to

    TextAnnotation textAnnotation

    Annotation object

    Returns
    Type Description
    System.Byte[]

    Pdf containing the annotation

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx