CircleAnnotation.CircleAnnotation

CircleAnnotation(Document)

Constructor for Circle annotation.

public CircleAnnotation(Document document)
ParameterTypeDescription
documentDocumentDocument where annotation will be created.

See Also


CircleAnnotation(Page, Rectangle)

Creates new Circle annotation on the specified page.

public CircleAnnotation(Page page, Rectangle rect)
ParameterTypeDescription
pagePageDocument’s page where annotation should be created.
rectRectangleRequired rectangle that sets annotation’s border.

See Also