/// <summary>
 /// Initializes a new instance of the <see cref="StickyNoteAnnotationParameters" /> class.
 /// </summary>
 /// <param name="annotationLayout">annotationLayout (required).</param>
 public StickyNoteAnnotationParameters(DrawableContentLayoutParameters annotationLayout)
 {
     AnnotationLayout = annotationLayout;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="FreeTextAnnotationParameters" /> class.
 /// </summary>
 /// <param name="annotationLayout">annotationLayout (required).</param>
 public FreeTextAnnotationParameters(DrawableContentLayoutParameters annotationLayout)
 {
     AnnotationLayout = annotationLayout;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="RubberStampAnnotationParameters" /> class.
 /// </summary>
 /// <param name="annotationLayout">annotationLayout (required).</param>
 public RubberStampAnnotationParameters(DrawableContentLayoutParameters annotationLayout)
 {
     AnnotationLayout = annotationLayout;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="LinkAnnotationParameters" /> class.
 /// </summary>
 /// <param name="annotationLayout">annotationLayout (required).</param>
 public LinkAnnotationParameters(DrawableContentLayoutParameters annotationLayout)
 {
     AnnotationLayout = annotationLayout;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="SquareAndCircleAnnotationParameters" /> class.
 /// </summary>
 /// <param name="annotationLayout">annotationLayout (required).</param>
 public SquareAndCircleAnnotationParameters(DrawableContentLayoutParameters annotationLayout)
 {
     AnnotationLayout = annotationLayout;
 }