AnnotationCollectionAdd Method (Annotation, Boolean)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Adds the specified item to the annotation collection.

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 void Add(
	Annotation item,
	bool ignorePageRotate
)

Parameters

item
Type: Apitron.PDF.Kit.Interactive.AnnotationsAnnotation
The item.
ignorePageRotate
Type: SystemBoolean
if set to true then annotation will be added ignoring Rotate property.
See Also

Reference