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