Click or drag to resize

PdfAnnotationDataExporterAlwaysEmbedAnnotationData Property

Indicates whether or not the PdfAnnotationDataExporter will embed data representing the DotImage annotation in its entirety.

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 AlwaysEmbedAnnotationData { get; set; }

Property Value

Type: Boolean
Remarks
The PdfAnnotationDataExporter tries to build equivalent PDF annotations for known annotation types. There is not always a 1:1 match with the capabilities of DotImage annotations. When this AlwaysEmbedAnnotationData is set to true, the DotImage data will always be embeded in the equivalent PDF annotation. This will create larger PDFs, but the annotations will round-trip 100%.
See Also