InkAnnotation

InkAnnotation(Document, IList<Point[]>)

Constructeur pour l’annotation d’encre pour le générateur.

public InkAnnotation(Document document, IList<Point[]> inkList)
ParamètreTaperLa description
documentDocumentDocument dans lequel l’annotation manuscrite sera créée.
inkListIList`1Un tableau de tableaux Point[], chacun représentant un chemin tracé.

Voir également


InkAnnotation(Page, Rectangle, IList<Point[]>)

Crée une nouvelle annotation Ink sur la page spécifiée.

public InkAnnotation(Page page, Rectangle rect, IList<Point[]> inkList)
ParamètreTaperLa description
pagePageLa page du document où l’annotation doit être créée.
rectRectangleLe rectangle d’annotation, définissant l’emplacement de l’annotation sur la page.
inkListIList`1Un tableau de tableaux Point[], chacun représentant un chemin tracé.

Voir également