SquareAnnotation.SquareAnnotation
SquareAnnotation(Document)
Constructor for using with Generator.
public SquareAnnotation(Document document)
| Parameter | Type | Description |
|---|---|---|
| document | Document | Documennt where annotation will be created. |
See Also
- class Document
- class SquareAnnotation
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF
SquareAnnotation(Page, Rectangle)
Creates new Square annotation on the specified page.
public SquareAnnotation(Page page, Rectangle rect)
| 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. |
See Also
- class Page
- class Rectangle
- class SquareAnnotation
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF