AnnotationCollection.Add

Add(Annotation, bool)

Adds annotation to the collection. If page is rotated then annotation rectangle will be recalculated accordingly.

public void Add(Annotation annotation, bool considerRotation)
ParameterTypeDescription
annotationAnnotationAnnotation which shall be added.
considerRotationBooleanIf true and if page is rotated then annotation position will be recaculated accroding to page rotation.

See Also


Add(Annotation)

Adds annotation to the collection.

public void Add(Annotation annotation)
ParameterTypeDescription
annotationAnnotationAnnotation which shall be added.

See Also