CircleAnnotation

CircleAnnotation(Document)

Constructeur pour l’annotation Circle.

public CircleAnnotation(Document document)
ParamètreTaperLa description
documentDocumentDocument où l’annotation sera créée.

Voir également


CircleAnnotation(Page, Rectangle)

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

public CircleAnnotation(Page page, Rectangle rect)
ParamètreTaperLa description
pagePageLa page du document où l’annotation doit être créée.
rectRectangleRectangle obligatoire qui définit la bordure de l’annotation.

Voir également