The Type of annotation to create
The style to apply to the annotation
CreateAnnotation Method (AnnotationCreationModifier)
Creates an annotation of the specified Type and applies the style to it
Syntax
protected virtual AnnotationBase CreateAnnotation( 
   Type annotationType,
   Style annotationStyle
)

Parameters

annotationType
The Type of annotation to create
annotationStyle
The style to apply to the annotation

Return Value

The annotation instance
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also