Click or drag to resize

AnnotatePrintDocumentAnnotations Property

Gets or sets the AnnotationController which contains all annotations to print.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AnnotationController Annotations { get; set; }

Property Value

Type: AnnotationController
The AnnotationController for this print job.
Remarks
If the AnnotatePrintDocument component contains multiple images, each annotation layer will be associated with the respective image page.
See Also