CaretAnnotation.CaretAnnotation

CaretAnnotation(Document)

Constructor for usign in Generator.

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

See Also


CaretAnnotation(Page, Rectangle)

Creates new Caret annotation on the specified page.

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

See Also