Click or drag to resize

AnnotationDataPropertyMergerMergeSpecificCommonProperties Method

Merges a set of properties from one object into another using the MergeList to select how it will be merged.

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 AnnotationData MergeSpecificCommonProperties(
	AnnotationData pdfAnnotationData,
	AnnotationData serializedAnnotationData
)

Parameters

pdfAnnotationData
Type: Atalasoft.AnnotateAnnotationData
An annotation that was imported from a PDF file
serializedAnnotationData
Type: Atalasoft.AnnotateAnnotationData
An annotation that was extracted from embedded data in the imported PDF annotation

Return Value

Type: AnnotationData
See Also