Click or drag to resize

PdfAnnotationDataExporterOverwriteExistingAnnotations Property

Indicates whether or not the PdfAnnotationDataExporter will overwrite annotations that already exist on a page.

Namespace:  Atalasoft.Annotate.Exporters
Assembly:  Atalasoft.dotImage.PdfDoc.Bridge (in Atalasoft.dotImage.PdfDoc.Bridge.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool OverwriteExistingAnnotations { get; set; }

Property Value

Type: Boolean
Remarks
When set to true, the PdfAnnotationDataExporter will remove existing annotations on a PDF page before writing annotations to be exported. When set to false, the PdfAnnotationExporter will append annotations to the list of existing annotations on a page.
See Also