LineAnnotation.LineAnnotation
Contents
[
Hide
]LineAnnotation(Document, Point, Point)
Constructor for using with Generator.
public LineAnnotation(Document document, Point start, Point end)
| Parameter | Type | Description |
|---|---|---|
| document | Document | Document where annotation will be created. |
| start | Point | Starting point. |
| end | Point | Ending point. |
See Also
- class Document
- class Point
- class LineAnnotation
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF
LineAnnotation(Page, Rectangle, Point, Point)
Creates new Line annotation on the specified page.
public LineAnnotation(Page page, Rectangle rect, Point start, Point end)
| Parameter | Type | Description |
|---|---|---|
| page | Page | The document’s page where annotation should be created. |
| rect | Rectangle | The annotation rectangle, defining the location of the annotation on the page. |
| start | Point | A point, specifying the starting coordinate of the line. |
| end | Point | A point, specifying the ending coordinate of the line. |
See Also
- class Page
- class Rectangle
- class Point
- class LineAnnotation
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF