CaretAnnotation.CaretAnnotation
CaretAnnotation(Document)
Constructor for usign in Generator.
public CaretAnnotation(Document document)
Parameter | Type | Description |
---|---|---|
document | Document | Document where annotation will be created. |
See Also
- class Document
- class CaretAnnotation
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF
CaretAnnotation(Page, Rectangle)
Creates new Caret annotation on the specified page.
public CaretAnnotation(Page page, Rectangle rect)
Parameter | Type | Description |
---|---|---|
page | Page | Document’s page where annotation should be created. |
rect | Rectangle | Required rectangle that sets annotation’s border. |
See Also
- class Page
- class Rectangle
- class CaretAnnotation
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF