AnnotationExport Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Exports the specified annotation to the destination document.

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public static Annotation Export(
	FixedDocument destinationDocument,
	Annotation annotation
)

Parameters

destinationDocument
Type: Apitron.PDF.KitFixedDocument
The destination document.
annotation
Type: Apitron.PDF.Kit.Interactive.AnnotationsAnnotation
The annotation.

Return Value

Type: Annotation
Returns exported annotation.
See Also

Reference