Click or drag to resize

PdfAnnotationDataImporterDefaultMerger Property

Gets the default merger used by DotImage.

Namespace:  Atalasoft.Annotate.Importers
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 AnnotationDataPropertyMerger DefaultMerger { get; }

Property Value

Type: AnnotationDataPropertyMerger
This is a default merger that is used if there is no other merger available.
Remarks
The DefaultMerger is an instance of AnnotationDataPropertyMerger constructed with the default constructor.
See Also